Home
last modified time | relevance | path

Searched refs:crlctx (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dca.c1263 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()