Searched refs:extsect (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/apps/ |
| H A D | x509.c | 342 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; in x509_main() local 470 extsect = opt_arg(); in x509_main() 771 if (extsect != NULL) in x509_main() 779 if (extsect == NULL) { in x509_main() 780 extsect = app_conf_try_string(extconf, "default", "extensions"); in x509_main() 781 if (extsect == NULL) in x509_main() 782 extsect = "default"; in x509_main() 786 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main() 788 "Error checking extension section %s\n", extsect); in x509_main() 936 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main() [all …]
|
| H A D | req.c | 297 char *extsect = NULL; in req_main() local 512 extsect = opt_arg(); in req_main() 617 if (extsect == NULL) in req_main() 618 extsect = app_conf_try_string(req_conf, section, in req_main() 620 if (extsect != NULL) { in req_main() 626 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { in req_main() 629 gen_x509 ? "x509" : "request", extsect); in req_main() 897 if (extsect != NULL in req_main() 898 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extsect, new_x509)) { in req_main() 900 extsect); in req_main() [all …]
|