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.c258 char *extsect = NULL; in req_main() local
473 extsect = opt_arg(); in req_main()
578 if (extsect == NULL) in req_main()
579 extsect = app_conf_try_string(req_conf, section, in req_main()
581 if (extsect != NULL) { in req_main()
587 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { in req_main()
590 gen_x509 ? "x509" : "request", extsect); in req_main()
860 if (extsect != NULL in req_main()
863 extsect); in req_main()
898 if (extsect != NULL in req_main()
[all …]

Completed in 12 milliseconds