Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h75 const char *vfyCAfile, const char *vfyCAstore,
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1302 const char *vfyCAstore, in ssl_load_stores() argument
1310 if (vfyCApath != NULL || vfyCAfile != NULL || vfyCAstore != NULL) { in ssl_load_stores()
1318 if (vfyCAstore != NULL && !X509_STORE_load_store(vfy, vfyCAstore)) 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
1360 vfyCAstore = 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
1275 vfyCAstore = opt_arg(); in s_server_main()
1956 vfyCApath, vfyCAfile, vfyCAstore, in s_server_main()