Lines Matching refs:extfile_conf
141 static CONF *extfile_conf = NULL;
776 if ((extfile_conf = app_load_config(extfile)) == NULL) {
787 extensions = NCONF_get_string(extfile_conf, "default", "extensions");
847 if (extfile_conf != NULL) {
852 X509V3_set_nconf(&ctx, extfile_conf);
853 if (!X509V3_EXT_add_nconf(extfile_conf, &ctx, extensions, NULL)) {
1344 NCONF_free(extfile_conf);
1718 if (extfile_conf != NULL) {
1722 /* Use the extfile_conf configuration db LHASH */
1723 X509V3_set_nconf(&ext_ctx, extfile_conf);
1726 if (!X509V3_EXT_add_nconf(extfile_conf, &ext_ctx, ext_sect, ret)) {