Searched refs:vfyCAstore (Results 1 – 4 of 4) sorted by relevance
/openssl/apps/include/ |
H A D | s_apps.h | 80 const char *vfyCAfile, const char *vfyCAstore,
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1389 const char *vfyCAstore, in ssl_load_stores() argument 1397 if (vfyCApath != NULL || vfyCAfile != NULL || vfyCAstore != NULL) { in ssl_load_stores() 1405 if (vfyCAstore != NULL && !X509_STORE_load_store(vfy, vfyCAstore)) in ssl_load_stores()
|
/openssl/apps/ |
H A D | s_client.c | 872 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_client_main() local 1457 vfyCAstore = opt_arg(); in s_client_main() 1895 vfyCApath, vfyCAfile, vfyCAstore, in s_client_main()
|
H A D | s_server.c | 1028 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_server_main() local 1317 vfyCAstore = opt_arg(); in s_server_main() 2040 vfyCApath, vfyCAfile, vfyCAstore, in s_server_main()
|
Completed in 43 milliseconds