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

/freebsd-13-stable/crypto/openssl/apps/
H A Dreq.c234 char *req_exts = NULL, *subj = NULL; local
410 req_exts = opt_arg();
544 if (req_exts == NULL) {
545 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
546 if (req_exts == NULL)
549 if (req_exts != NULL) {
554 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
557 req_exts);
798 if (req_exts != NULL
800 req_exts, re
[all...]

Completed in 102 milliseconds