Lines Matching refs:extconf
267 CONF *extconf = NULL; in x509_main() local
717 if ((extconf = app_load_config(extfile)) == NULL) in x509_main()
720 extsect = app_conf_try_string(extconf, "default", "extensions"); in x509_main()
725 X509V3_set_nconf(&ctx2, extconf); in x509_main()
726 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
878 if (extconf != NULL && !x509toreq) { in x509_main()
879 X509V3_set_nconf(&ext_ctx, extconf); in x509_main()
880 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main()
906 if (extconf != NULL) { in x509_main()
907 X509V3_set_nconf(&ext_ctx, extconf); in x509_main()
908 if (!X509V3_EXT_REQ_add_nconf(extconf, &ext_ctx, extsect, rq)) { in x509_main()
1114 NCONF_free(extconf); in x509_main()