Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h76 const char *chCApath, const char *chCAfile,
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1303 const char *chCApath, const char *chCAfile, in ssl_load_stores() argument
1325 if (chCApath != NULL || chCAfile != NULL || chCAstore != NULL) { in ssl_load_stores()
1331 if (chCApath != NULL && !X509_STORE_load_path(ch, chCApath)) in ssl_load_stores()
/freebsd/crypto/openssl/apps/
H A Ds_client.c805 char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL, *host = NULL; in s_client_main() local
1316 chCApath = opt_arg(); in s_client_main()
1772 chCApath, chCAfile, chCAstore, in s_client_main()
H A Ds_server.c990 const char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL; in s_server_main() local
1260 chCApath = opt_arg(); in s_server_main()
1957 chCApath, chCAfile, chCAstore, in s_server_main()