Lines Matching defs:section

189     {"section", OPT_NAME, 's', "An alias for -name"},
206 "Extension section (override value in config file)"},
235 "CRL extension section (override value in config file)"},
274 char *configfile = default_config_file, *section = NULL;
339 section = opt_arg();
508 /* Lets get the config section we are using */
509 if (section == NULL
510 && (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL)
533 f = NCONF_get_string(conf, section, STRING_MASK);
543 f = NCONF_get_string(conf, section, UTF8_IN);
551 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT);
560 dbfile = lookup_conf(conf, section, ENV_DATABASE);
582 && (keyfile = lookup_conf(conf, section, ENV_PRIVATE_KEY)) == NULL)
602 && (certfile = lookup_conf(conf, section, ENV_CERTIFICATE)) == NULL)
629 f = NCONF_get_string(conf, section, ENV_NAMEOPT);
639 f = NCONF_get_string(conf, section, ENV_CERTOPT);
651 f = NCONF_get_string(conf, section, ENV_EXTCOPY);
666 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
690 dbfile = lookup_conf(conf, section, ENV_DATABASE);
810 && (dgst = lookup_conf(conf, section, ENV_DEFAULT_MD)) == NULL) {
826 tmp_email_dn = NCONF_get_string(conf, section, ENV_DEFAULT_EMAIL_DN);
833 && (policy = lookup_conf(conf, section, ENV_POLICY)) == NULL)
839 if (NCONF_get_string(conf, section, ENV_RAND_SERIAL) != NULL) {
842 serialfile = lookup_conf(conf, section, ENV_SERIAL);
855 "Error checking certificate extensions from extfile section %s\n",
866 extensions = NCONF_get_string(conf, section, ENV_EXTENSIONS);
871 /* Check syntax of config file section */
878 "Error checking certificate extension config section %s\n",
887 startdate = NCONF_get_string(conf, section, ENV_DEFAULT_STARTDATE);
900 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE);
911 if (!NCONF_get_number(conf, section, ENV_DEFAULT_DAYS, &days))
943 BIO_printf(bio_err, "unable to find 'section' for %s\n", policy);
1146 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT);
1158 "Error checking CRL extension section %s\n", crl_ext);
1164 if ((crlnumberfile = NCONF_get_string(conf, section, ENV_CRLNUMBER))
1173 if (!NCONF_get_number(conf, section,
1176 if (!NCONF_get_number(conf, section,
1251 "Error adding CRL extensions from section %s\n", crl_ext);
1349 static char *lookup_conf(const CONF *conf, const char *section, const char *tag)
1351 char *entry = NCONF_get_string(conf, section, tag);
1353 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
1728 "Error adding certificate extensions from extfile section %s\n",
1741 "Error adding certificate extensions from config section %s\n",