Searched refs:vfyCApath (Results 1 – 4 of 4) sorted by relevance
/openssl-master/apps/include/ |
A D | s_apps.h | 77 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
|
/openssl-master/apps/lib/ |
A D | s_cb.c | 1289 const char *vfyCApath, const char *vfyCAfile, in ssl_load_stores() argument 1297 if (vfyCApath != NULL || vfyCAfile != NULL || vfyCAstore != NULL) { in ssl_load_stores() 1303 if (vfyCApath != NULL && !X509_STORE_load_path(vfy, vfyCApath)) in ssl_load_stores()
|
/openssl-master/apps/ |
A D | s_client.c | 815 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_client_main() local 1322 vfyCApath = opt_arg(); in s_client_main() 1764 vfyCApath, vfyCAfile, vfyCAstore, in s_client_main()
|
A D | s_server.c | 993 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_server_main() local 1263 vfyCApath = opt_arg(); in s_server_main() 1953 vfyCApath, vfyCAfile, vfyCAstore, in s_server_main()
|
Completed in 18 milliseconds