Home | History | Annotate | Download | only in apps

Lines Matching refs:extconf

205 	CONF *extconf = NULL;
532 extconf = NCONF_new(NULL);
533 if (!NCONF_load(extconf, extfile,&errorline))
547 extsect = NCONF_get_string(extconf, "default", "extensions");
555 X509V3_set_nconf(&ctx2, extconf);
556 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
968 extconf, extsect)) goto end;
986 extconf, extsect, sno))
1087 NCONF_free(extconf);