Searched refs:extsect (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 276 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 …]
|