Searched refs:req_exts (Results 1 – 1 of 1) sorted by relevance
234 char *req_exts = NULL, *subj = NULL; in req_main() local410 req_exts = opt_arg(); in req_main()544 if (req_exts == NULL) { in req_main()545 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); in req_main()546 if (req_exts == NULL) in req_main()549 if (req_exts != NULL) { in req_main()554 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) { in req_main()557 req_exts); in req_main()798 if (req_exts != NULL in req_main()800 req_exts, req)) { in req_main()[all …]