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

/netbsd-current/crypto/external/bsd/openssl.old/dist/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...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c255 char *req_exts = NULL, *subj = NULL; local
468 req_exts = opt_arg();
610 if (req_exts == NULL) {
611 req_exts = NCONF_get_string(req_conf, section, REQ_EXTENSIONS);
612 if (req_exts == NULL)
615 if (req_exts != NULL) {
621 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
624 req_exts);
890 if (req_exts != NULL
892 req_exts, re
[all...]

Completed in 201 milliseconds