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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c291 char *crl_ext = NULL; local
484 crl_ext = *(++argv);
1262 if (!crl_ext) {
1263 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT);
1264 if (!crl_ext)
1267 if (crl_ext) {
1272 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) {
1275 crl_ext);
1362 if (crl_ext || crlnumberfile != NULL) {
1367 if (crl_ext)
[all...]

Completed in 39 milliseconds