Home | History | Annotate | Download | only in apps

Lines Matching refs:crl_ext

288 	char *crl_ext=NULL;
526 crl_ext= *(++argv);
1373 if (!crl_ext)
1375 crl_ext=NCONF_get_string(conf,section,ENV_CRLEXT);
1376 if (!crl_ext)
1379 if (crl_ext)
1385 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL))
1389 crl_ext);
1468 if (crl_ext || crlnumberfile != NULL)
1474 if (crl_ext)
1476 crl_ext, crl)) goto err;
1487 if (crl_ext || crl_v2)