Searched refs:chCApath (Results 1 – 4 of 4) sorted by relevance
/openssl/apps/include/ |
H A D | s_apps.h | 81 const char *chCApath, const char *chCAfile,
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1391 const char *chCApath, const char *chCAfile, in ssl_load_stores() argument 1414 if (chCApath != NULL || chCAfile != NULL || chCAstore != NULL) { in ssl_load_stores() 1420 if (chCApath != NULL && !X509_STORE_load_path(ch, chCApath)) in ssl_load_stores()
|
/openssl/apps/ |
H A D | s_client.c | 867 char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL, *host = NULL; in s_client_main() local 1413 chCApath = opt_arg(); in s_client_main() 1896 chCApath, chCAfile, chCAstore, in s_client_main()
|
H A D | s_server.c | 1025 const char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL; in s_server_main() local 1302 chCApath = opt_arg(); in s_server_main() 2041 chCApath, chCAfile, chCAstore, in s_server_main()
|
Completed in 28 milliseconds