Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c78 static CONF *req_conf = NULL; variable
501 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL) in req_main()
510 if (template != default_config_file && !app_load_modules(req_conf)) in req_main()
513 if (req_conf != NULL) { in req_main()
514 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
530 if (!add_oid_section(req_conf)) in req_main()
542 p = NCONF_get_string(req_conf, section, "default_md"); in req_main()
550 extensions = NCONF_get_string(req_conf, section, V3_EXTENSIONS); in req_main()
559 X509V3_set_nconf(&ctx, req_conf); in req_main()
560 if (!X509V3_EXT_add_nconf(req_conf, in req_main()
[all...]
/third_party/openssl/apps/
H A Dreq.c78 static CONF *req_conf = NULL; variable
501 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL) in req_main()
510 if (template != default_config_file && !app_load_modules(req_conf)) in req_main()
513 if (req_conf != NULL) { in req_main()
514 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
530 if (!add_oid_section(req_conf)) in req_main()
542 p = NCONF_get_string(req_conf, section, "default_md"); in req_main()
550 extensions = NCONF_get_string(req_conf, section, V3_EXTENSIONS); in req_main()
559 X509V3_set_nconf(&ctx, req_conf); in req_main()
560 if (!X509V3_EXT_add_nconf(req_conf, in req_main()
[all...]

Completed in 4 milliseconds