Lines Matching full:req_exts
180 char *req_exts = NULL;
385 req_exts = *(++argv);
591 if(!req_exts)
593 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
594 if (!req_exts)
597 if(req_exts) {
602 if(!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
605 req_exts);
888 if(req_exts && !X509V3_EXT_REQ_add_nconf(req_conf,
889 &ext_ctx, req_exts, req))
893 req_exts);