Lines Matching refs:ext_ctx
801 X509V3_CTX ext_ctx;
839 X509V3_set_ctx(&ext_ctx, CAcert != NULL ? CAcert : new_x509,
843 if (!X509V3_set_issuer_pkey(&ext_ctx, issuer_key))
851 X509V3_set_nconf(&ext_ctx, req_conf);
855 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extensions,
862 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default",
877 i = do_X509_sign(new_x509, issuer_key, digest, sigopts, &ext_ctx);
881 X509V3_CTX ext_ctx;
884 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
885 X509V3_set_nconf(&ext_ctx, req_conf);
889 && !X509V3_EXT_REQ_add_nconf(req_conf, &ext_ctx,
896 && !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, "default",