X509V3_EXT_add_nconf
if (!X509V3_EXT_add_nconf(conf, &ctx,
if (!X509V3_EXT_add_nconf(conf, &ctx, ca_config.crl_ext,
if (!X509V3_EXT_add_nconf(extconf, &ctx,
if (!X509V3_EXT_add_nconf(lconf, &ctx, ext_sect, ret)) {
if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_config.extensions, NULL)) {
if (!X509V3_EXT_add_nconf(addext_conf, &ctx, "default", NULL)) {
if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_config.req_exts, NULL)) {
if (req_config.extensions && !X509V3_EXT_add_nconf(req_conf,
!X509V3_EXT_add_nconf(addext_conf, &ext_ctx,
if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x))
if (!X509V3_EXT_add_nconf(conf, &ctx, section, x))
if (!X509V3_EXT_add_nconf(extconf, &ctx2, x509_config.extsect,
return X509V3_EXT_add_nconf(&ctmp, ctx, section, cert);
int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,