Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_apps.h71 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
H A Ds_cb.c1291 const char *vfyCApath, const char *vfyCAfile, in ssl_load_stores() argument
1297 if (vfyCApath != NULL || vfyCAfile != NULL) { in ssl_load_stores()
1301 if (!X509_STORE_load_locations(vfy, vfyCAfile, vfyCApath)) in ssl_load_stores()
H A Ds_client.c906 char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL; in s_client_main() local
1398 vfyCApath = opt_arg(); in s_client_main()
1807 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in s_client_main()
H A Ds_server.c998 char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL; in s_server_main() local
1266 vfyCApath = opt_arg(); in s_server_main()
1899 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in s_server_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Ds_apps.h74 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
/netbsd-src/crypto/external/bsd/openssl/dist/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()