Lines Matching refs:req_conf
78 static CONF *req_conf = NULL; variable
537 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL) in req_main()
546 if (template != default_config_file && !app_load_modules(req_conf)) in req_main()
549 if (req_conf != NULL) { in req_main()
550 p = app_conf_try_string(req_conf, NULL, "oid_file"); in req_main()
564 if (!add_oid_section(req_conf)) in req_main()
573 p = app_conf_try_string(req_conf, section, "default_md"); in req_main()
579 extsect = app_conf_try_string(req_conf, section, in req_main()
586 X509V3_set_nconf(&ctx, req_conf); in req_main()
587 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { in req_main()
599 X509V3_set_nconf(&ctx, req_conf); in req_main()
608 app_conf_try_string(req_conf, section, "input_password"); in req_main()
612 app_conf_try_string(req_conf, section, "output_password"); in req_main()
614 p = app_conf_try_string(req_conf, section, STRING_MASK); in req_main()
621 p = app_conf_try_string(req_conf, section, UTF8_IN); in req_main()
630 app_RAND_load_conf(req_conf, section); in req_main()
638 app_RAND_load_conf(req_conf, section); in req_main()
640 if (!app_conf_try_number(req_conf, section, BITS, &newkey_len)) in req_main()
696 keyout = app_conf_try_string(req_conf, section, KEYFILE); in req_main()
710 p = app_conf_try_string(req_conf, section, "encrypt_rsa_key"); in req_main()
712 p = app_conf_try_string(req_conf, section, "encrypt_key"); in req_main()
857 X509V3_set_nconf(&ext_ctx, req_conf); in req_main()
861 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extsect, new_x509)) { in req_main()
895 X509V3_set_nconf(&ext_ctx, req_conf); in req_main()
899 && !X509V3_EXT_REQ_add_nconf(req_conf, &ext_ctx, extsect, req)) { in req_main()
1047 NCONF_free(req_conf); in req_main()
1084 tmp = app_conf_try_string(req_conf, section, PROMPT); in make_REQ()
1088 dn_sect = app_conf_try_string(req_conf, section, DISTINGUISHED_NAME); in make_REQ()
1090 dn_sk = NCONF_get_section(req_conf, dn_sect); in make_REQ()
1097 attr_sect = app_conf_try_string(req_conf, section, ATTRIBUTES); in make_REQ()
1099 attr_sk = NCONF_get_section(req_conf, attr_sect); in make_REQ()
1194 if ((def = app_conf_try_string(req_conf, dn_sect, buf)) == NULL) in prompt_info()
1199 if ((value = app_conf_try_string(req_conf, dn_sect, buf)) == NULL) in prompt_info()
1204 if (!app_conf_try_number(req_conf, dn_sect, buf, &n_min)) in prompt_info()
1209 if (!app_conf_try_number(req_conf, dn_sect, buf, &n_max)) in prompt_info()
1244 def = app_conf_try_string(req_conf, attr_sect, buf); in prompt_info()
1250 value = app_conf_try_string(req_conf, attr_sect, buf); in prompt_info()
1254 if (!app_conf_try_number(req_conf, attr_sect, buf, &n_min)) in prompt_info()
1259 if (!app_conf_try_number(req_conf, attr_sect, buf, &n_max)) in prompt_info()