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