Home | History | Annotate | Download | only in apps

Lines Matching defs:req_exts

255     char *req_exts = NULL, *subj = NULL;
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, req)) {
894 req_exts);