Searched refs:chCAfile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | s_apps.h | 209 const char *chCAfile, STACK_OF(X509_CRL) *crls,
|
| HD | s_cb.c | 1637 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()
|
| HD | s_client.c | 681 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()
|
| HD | s_server.c | 1087 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()
|