Home
last modified time | relevance | path

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

/openssl/apps/
H A Dx509.c285 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; in x509_main() local
413 extsect = opt_arg(); in x509_main()
711 if (extsect != NULL) in x509_main()
719 if (extsect == NULL) { in x509_main()
720 extsect = app_conf_try_string(extconf, "default", "extensions"); in x509_main()
721 if (extsect == NULL) in x509_main()
722 extsect = "default"; in x509_main()
726 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in x509_main()
728 "Error checking extension section %s\n", extsect); in x509_main()
880 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) { in x509_main()
[all …]
H A Dreq.c256 char *extsect = NULL; in req_main() local
473 extsect = opt_arg(); in req_main()
571 if (extsect == NULL) in req_main()
572 extsect = app_conf_try_string(req_conf, section, in req_main()
574 if (extsect != NULL) { in req_main()
580 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { in req_main()
583 gen_x509 ? "x509" : "request", extsect); in req_main()
853 if (extsect != NULL in req_main()
856 extsect); in req_main()
891 if (extsect != NULL in req_main()
[all …]

Completed in 11 milliseconds