Home
last modified time | relevance | path

Searched refs:extconf (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libssl/src/apps/
Dx509.c197 CONF *extconf = NULL; in MAIN() local
520 extconf = NCONF_new(NULL); in MAIN()
521 if (!NCONF_load(extconf, extfile,&errorline)) in MAIN()
535 extsect = NCONF_get_string(extconf, "default", "extensions"); in MAIN()
543 X509V3_set_nconf(&ctx2, extconf); in MAIN()
544 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) in MAIN()
953 extconf, extsect)) goto end; in MAIN()
974 extconf, extsect, sno)) in MAIN()
1082 NCONF_free(extconf); in MAIN()
Dca.c230 static CONF *extconf=NULL; variable
954 extconf = NCONF_new(NULL); in MAIN()
955 if (NCONF_load(extconf,extfile,&errorline) <= 0) in MAIN()
971 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions"))) in MAIN()
1038 if (!extconf) in MAIN()
1979 if (extconf) in do_body()
1985 X509V3_set_nconf(&ctx, extconf); in do_body()
1991 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect,ret)) in do_body()