Lines Matching defs:ext_ctx
803 X509V3_CTX ext_ctx;
841 X509V3_set_ctx(&ext_ctx, CAcert != NULL ? CAcert : new_x509,
845 if (!X509V3_set_issuer_pkey(&ext_ctx, issuer_key))
853 X509V3_set_nconf(&ext_ctx, req_conf);
857 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extensions,
864 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default",
879 i = do_X509_sign(new_x509, issuer_key, digest, sigopts, &ext_ctx);
883 X509V3_CTX ext_ctx;
886 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
887 X509V3_set_nconf(&ext_ctx, req_conf);
891 && !X509V3_EXT_REQ_add_nconf(req_conf, &ext_ctx,
898 && !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, "default",