Searched refs:crlctx (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 1263 X509V3_CTX crlctx; in ca_main() local 1265 X509V3_set_ctx(&crlctx, x509, NULL, NULL, crl, 0); in ca_main() 1266 X509V3_set_nconf(&crlctx, conf); in ca_main() 1269 if (!X509V3_EXT_CRL_add_nconf(conf, &crlctx, crl_ext, crl)) { in ca_main()
|
/third_party/openssl/apps/ |
H A D | ca.c | 1243 X509V3_CTX crlctx; in ca_main() local 1245 X509V3_set_ctx(&crlctx, x509, NULL, NULL, crl, 0); in ca_main() 1246 X509V3_set_nconf(&crlctx, conf); in ca_main() 1249 if (!X509V3_EXT_CRL_add_nconf(conf, &crlctx, crl_ext, crl)) { in ca_main()
|
Completed in 7 milliseconds