Home
last modified time | relevance | path

Searched refs:vfyCApath (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h74 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1301 const char *vfyCApath, const char *vfyCAfile, in ssl_load_stores() argument
1310 if (vfyCApath != NULL || vfyCAfile != NULL || vfyCAstore != NULL) { in ssl_load_stores()
1316 if (vfyCApath != NULL && !X509_STORE_load_path(vfy, vfyCApath)) in ssl_load_stores()
/freebsd/crypto/openssl/apps/
H A Ds_client.c810 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_client_main() local
1319 vfyCApath = opt_arg(); in s_client_main()
1771 vfyCApath, vfyCAfile, vfyCAstore, in s_client_main()
H A Ds_server.c993 char *vfyCApath = NULL, *vfyCAfile = NULL, *vfyCAstore = NULL; in s_server_main() local
1263 vfyCApath = opt_arg(); in s_server_main()
1956 vfyCApath, vfyCAfile, vfyCAstore, in s_server_main()