Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dx509.c276 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; in x509_main() local
397 extsect = opt_arg(); in x509_main()
679 if (extsect != NULL) in x509_main()
687 if (extsect == NULL) { in x509_main()
688 extsect = NCONF_get_string(extconf, "default", "extensions"); in x509_main()
689 if (extsect == NULL) { in x509_main()
691 extsect = "default"; in x509_main()
696 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
698 "Error checking extension section %s\n", extsect); in x509_main()
837 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c169 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; in x509_main() local
260 extsect = opt_arg(); in x509_main()
498 if (extsect == NULL) { in x509_main()
499 extsect = NCONF_get_string(extconf, "default", "extensions"); in x509_main()
500 if (extsect == NULL) { in x509_main()
502 extsect = "default"; in x509_main()
507 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
509 "Error Loading extension section %s\n", extsect); 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()