Searched refs:req_conf (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/apps/ |
| H A D | req.c | 78 static CONF *req_conf = NULL; variable 576 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL) in req_main() 585 if (template != default_config_file && !app_load_modules(req_conf)) in req_main() 588 if (req_conf != NULL) { in req_main() 589 p = app_conf_try_string(req_conf, NULL, "oid_file"); in req_main() 603 if (!add_oid_section(req_conf)) in req_main() 612 p = app_conf_try_string(req_conf, section, "default_md"); in req_main() 618 extsect = app_conf_try_string(req_conf, section, in req_main() 625 X509V3_set_nconf(&ctx, req_conf); in req_main() 626 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { in req_main() [all …]
|