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

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dopenssl.cnf71 # crl_extensions = crl_ext
261 [ crl_ext ]
H A Dca.c288 char *crl_ext=NULL; local
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)
[all...]
/external/openssl/apps/
H A Dopenssl.cnf71 # crl_extensions = crl_ext
261 [ crl_ext ]
H A Dca.c288 char *crl_ext=NULL; local
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)
[all...]

Completed in 121 milliseconds