• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/

Lines Matching refs:req_conf

157 static CONF *req_conf = NULL;
203 req_conf = NULL;
474 req_conf = NCONF_new(NULL);
475 i = NCONF_load(req_conf, template, &errline);
482 req_conf = config;
484 if (req_conf == NULL) {
494 if (req_conf != NULL) {
495 if (!load_config(bio_err, req_conf))
497 p = NCONF_get_string(req_conf, NULL, "oid_file");
515 if (!add_oid_section(bio_err, req_conf))
519 p = NCONF_get_string(req_conf, SECTION, "default_md");
529 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
537 X509V3_set_nconf(&ctx, req_conf);
538 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) {
546 passin = NCONF_get_string(req_conf, SECTION, "input_password");
552 passout = NCONF_get_string(req_conf, SECTION, "output_password");
557 p = NCONF_get_string(req_conf, SECTION, STRING_MASK);
567 p = NCONF_get_string(req_conf, SECTION, UTF8_IN);
575 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
583 X509V3_set_nconf(&ctx, req_conf);
584 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
610 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE");
618 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE");
625 if (!NCONF_get_number(req_conf, SECTION, BITS, &newkey)) {
680 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE);
702 p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key");
705 p = NCONF_get_string(req_conf, SECTION, "encrypt_key");
817 X509V3_set_nconf(&ext_ctx, req_conf);
820 if (extensions && !X509V3_EXT_add_nconf(req_conf,
839 X509V3_set_nconf(&ext_ctx, req_conf);
842 if (req_exts && !X509V3_EXT_REQ_add_nconf(req_conf,
1022 if ((req_conf != NULL) && (req_conf != config))
1023 NCONF_free(req_conf);
1059 tmp = NCONF_get_string(req_conf, SECTION, PROMPT);
1065 dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME);
1071 dn_sk = NCONF_get_section(req_conf, dn_sect);
1077 attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES);
1082 attr_sk = NCONF_get_section(req_conf, attr_sect);
1202 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1208 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1214 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_min)) {
1220 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) {
1261 if ((def = NCONF_get_string(req_conf, attr_sect, buf))
1268 if ((value = NCONF_get_string(req_conf, attr_sect, buf))
1275 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_min)) {
1281 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) {