Searched refs:chCApath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | s_apps.h | 72 const char *vfyCAfile, const char *chCApath,
|
| D | s_cb.c | 1292 const char *chCApath, const char *chCAfile, in ssl_load_stores() argument 1308 if (chCApath != NULL || chCAfile != NULL) { in ssl_load_stores() 1312 if (!X509_STORE_load_locations(ch, chCAfile, chCApath)) in ssl_load_stores()
|
| D | s_client.c | 903 char *chCApath = NULL, *chCAfile = NULL, *host = NULL; in s_client_main() local 1395 chCApath = opt_arg(); in s_client_main() 1807 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in s_client_main()
|
| D | s_server.c | 996 const char *CApath = NULL, *CAfile = NULL, *chCApath = NULL, *chCAfile = NULL; in s_server_main() local 1263 chCApath = opt_arg(); in s_server_main() 1899 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in s_server_main()
|