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

/freebsd-12-stable/crypto/openssl/apps/
H A Dreq.c724 X509V3_CTX ext_ctx; local
757 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0);
758 X509V3_set_nconf(&ext_ctx, req_conf);
762 &ext_ctx, extensions,
769 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default",
790 X509V3_CTX ext_ctx; local
794 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
795 X509V3_set_nconf(&ext_ctx, req_conf);
799 && !X509V3_EXT_REQ_add_nconf(req_conf, &ext_ctx,
806 && !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, "defaul
[all...]

Completed in 102 milliseconds