Searched refs:crl_ext (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c287 char *crl_ext = NULL; local
493 crl_ext = *(++argv);
1288 if (!crl_ext) {
1289 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT);
1290 if (!crl_ext)
1293 if (crl_ext) {
1298 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) {
1301 crl_ext);
1384 if (crl_ext || crlnumberfile != NULL) {
1389 if (crl_ext)
[all...]

Completed in 102 milliseconds