Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dx509.c258 CONF *extconf = NULL; in x509_main() local
685 if ((extconf = app_load_config(extfile)) == NULL) in x509_main()
688 extsect = NCONF_get_string(extconf, "default", "extensions"); in x509_main()
695 X509V3_set_nconf(&ctx2, extconf); in x509_main()
696 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
835 if (extconf != NULL && !x509toreq) { in x509_main()
836 X509V3_set_nconf(&ext_ctx, extconf); in x509_main()
837 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main()
863 if (extconf != NULL) { in x509_main()
864 X509V3_set_nconf(&ext_ctx, extconf); in x509_main()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c159 CONF *extconf = NULL; in x509_main() local
496 if ((extconf = app_load_config(extfile)) == NULL) in x509_main()
499 extsect = NCONF_get_string(extconf, "default", "extensions"); in x509_main()
506 X509V3_set_nconf(&ctx2, extconf); in x509_main()
507 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
804 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect, preserve_dates)) in x509_main()
818 extconf, extsect, sno, reqfile, preserve_dates)) in x509_main()
893 NCONF_free(extconf); in x509_main()
H A Dca.c135 static CONF *extconf = NULL; variable
706 if ((extconf = app_load_config(extfile)) == NULL) { in ca_main()
717 extensions = NCONF_get_string(extconf, "default", "extensions"); in ca_main()
781 if (extconf == NULL) { in ca_main()
1252 NCONF_free(extconf); in ca_main()
1643 if (extconf != NULL) { in do_body()
1648 X509V3_set_nconf(&ctx, extconf); in do_body()
1654 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect, ret)) { in do_body()