Searched refs:vfyCApath (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | s_apps.h | 71 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
|
| H A D | s_cb.c | 1291 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 D | s_client.c | 906 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 D | s_server.c | 998 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 D | s_apps.h | 74 int ssl_load_stores(SSL_CTX *ctx, const char *vfyCApath,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | s_client.c | 810 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 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() 1956 vfyCApath, vfyCAfile, vfyCAstore, in s_server_main()
|