Home | History | Annotate | Download | only in apps

Lines Matching refs:extconf

237 static CONF *extconf=NULL;
994 extconf = NCONF_new(NULL);
995 if (NCONF_load(extconf,extfile,&errorline) <= 0)
1011 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
1089 if (!extconf)
1563 NCONF_free(extconf);
2081 if (extconf)
2086 /* Use the extconf configuration db LHASH */
2087 X509V3_set_nconf(&ctx, extconf);
2093 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect,ret))