Home
last modified time | relevance | path

Searched refs:req_conf (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/apps/
Dreq.c80 static CONF *req_conf = NULL; variable
441 if ((req_conf = app_load_config(template)) == NULL) in req_main()
450 if (template != default_config_file && !app_load_modules(req_conf)) in req_main()
453 if (req_conf != NULL) { in req_main()
454 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
472 if (!add_oid_section(req_conf)) in req_main()
476 p = NCONF_get_string(req_conf, SECTION, "default_md"); in req_main()
487 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); in req_main()
495 X509V3_set_nconf(&ctx, req_conf); in req_main()
496 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) { in req_main()
[all …]