Lines Matching defs:req_conf
78 static CONF *req_conf = NULL;
576 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL)
585 if (template != default_config_file && !app_load_modules(req_conf))
588 if (req_conf != NULL) {
589 p = app_conf_try_string(req_conf, NULL, "oid_file");
603 if (!add_oid_section(req_conf))
612 p = app_conf_try_string(req_conf, section, "default_md");
618 extsect = app_conf_try_string(req_conf, section,
625 X509V3_set_nconf(&ctx, req_conf);
626 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) {
638 X509V3_set_nconf(&ctx, req_conf);
646 passin = nofree_passin = app_conf_try_string(req_conf, section, "input_password");
649 passout = nofree_passout = app_conf_try_string(req_conf, section, "output_password");
651 p = app_conf_try_string(req_conf, section, STRING_MASK);
658 p = app_conf_try_string(req_conf, section, UTF8_IN);
667 app_RAND_load_conf(req_conf, section);
675 app_RAND_load_conf(req_conf, section);
677 if (!app_conf_try_number(req_conf, section, BITS, &newkey_len))
733 keyout = app_conf_try_string(req_conf, section, KEYFILE);
747 p = app_conf_try_string(req_conf, section, "encrypt_rsa_key");
749 p = app_conf_try_string(req_conf, section, "encrypt_key");
894 X509V3_set_nconf(&ext_ctx, req_conf);
898 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extsect, new_x509)) {
933 X509V3_set_nconf(&ext_ctx, req_conf);
937 && !X509V3_EXT_REQ_add_nconf(req_conf, &ext_ctx, extsect, req)) {
1082 NCONF_free(req_conf);
1119 tmp = app_conf_try_string(req_conf, section, PROMPT);
1123 dn_sect = app_conf_try_string(req_conf, section, DISTINGUISHED_NAME);
1125 dn_sk = NCONF_get_section(req_conf, dn_sect);
1132 attr_sect = app_conf_try_string(req_conf, section, ATTRIBUTES);
1134 attr_sk = NCONF_get_section(req_conf, attr_sect);
1228 if ((def = app_conf_try_string(req_conf, dn_sect, buf)) == NULL)
1233 if ((value = app_conf_try_string(req_conf, dn_sect, buf)) == NULL)
1238 if (!app_conf_try_number(req_conf, dn_sect, buf, &n_min))
1243 if (!app_conf_try_number(req_conf, dn_sect, buf, &n_max))
1278 def = app_conf_try_string(req_conf, attr_sect, buf);
1284 value = app_conf_try_string(req_conf, attr_sect, buf);
1288 if (!app_conf_try_number(req_conf, attr_sect, buf, &n_min))
1293 if (!app_conf_try_number(req_conf, attr_sect, buf, &n_max))