Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/apps/
Ds_apps.h72 const char *vfyCAfile, const char *chCApath,
Ds_cb.c1292 const char *chCApath, const char *chCAfile, in ssl_load_stores() argument
1308 if (chCApath != NULL || chCAfile != NULL) { in ssl_load_stores()
1312 if (!X509_STORE_load_locations(ch, chCAfile, chCApath)) in ssl_load_stores()
Ds_client.c903 char *chCApath = NULL, *chCAfile = NULL, *host = NULL; in s_client_main() local
1395 chCApath = opt_arg(); in s_client_main()
1807 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in s_client_main()
Ds_server.c996 const char *CApath = NULL, *CAfile = NULL, *chCApath = NULL, *chCAfile = NULL; in s_server_main() local
1263 chCApath = opt_arg(); in s_server_main()
1899 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in s_server_main()