Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dreq.c255 char *req_exts = NULL, *subj = NULL; in req_main() local
468 req_exts = opt_arg(); in req_main()
610 if (req_exts == NULL) { in req_main()
611 req_exts = NCONF_get_string(req_conf, section, REQ_EXTENSIONS); in req_main()
612 if (req_exts == NULL) in req_main()
615 if (req_exts != NULL) { in req_main()
621 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) { in req_main()
624 req_exts); in req_main()
890 if (req_exts != NULL in req_main()
892 req_exts, req)) { in req_main()
[all …]