Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/apps/
HDs_apps.h209 const char *chCAfile, STACK_OF(X509_CRL) *crls,
HDs_cb.c1637 const char *chCApath, const char *chCAfile, in ssl_load_stores() argument
1651 if (chCApath || chCAfile) { in ssl_load_stores()
1653 if (!X509_STORE_load_locations(ch, chCAfile, chCApath)) in ssl_load_stores()
HDs_client.c681 char *chCApath = NULL, *chCAfile = NULL; in MAIN() local
1030 chCAfile = *(++argv); in MAIN()
1296 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in MAIN()
HDs_server.c1087 char *chCApath = NULL, *chCAfile = NULL; in MAIN() local
1325 chCAfile = *(++argv); in MAIN()
1836 if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile, in MAIN()