Lines Matching defs:section

181 " -extensions ..  - Extension section (override value in config file)\n",
183 " -crlexts .. - CRL extension section (override value in config file)\n",
238 static char *section=NULL;
339 section = NULL;
361 section= *(++argv);
629 /* Lets get the config section we are using */
630 if (section == NULL)
632 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
633 if (section == NULL)
676 f = NCONF_get_string(conf, section, STRING_MASK);
686 f = NCONF_get_string(conf, section, UTF8_IN);
694 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT);
727 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
729 lookup_fail(section,ENV_DATABASE);
747 section,ENV_PRIVATE_KEY)) == NULL))
749 lookup_fail(section,ENV_PRIVATE_KEY);
776 section,ENV_CERTIFICATE)) == NULL))
778 lookup_fail(section,ENV_CERTIFICATE);
805 f=NCONF_get_string(conf,section,ENV_NAMEOPT);
819 f=NCONF_get_string(conf,section,ENV_CERTOPT);
833 f=NCONF_get_string(conf,section,ENV_EXTCOPY);
851 if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR))
890 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
892 lookup_fail(section,ENV_DATABASE);
1039 section,ENV_DEFAULT_MD)) == NULL))
1041 lookup_fail(section,ENV_DEFAULT_MD);
1065 section,ENV_DEFAULT_EMAIL_DN)) != NULL ))
1074 section,ENV_POLICY)) == NULL))
1076 lookup_fail(section,ENV_POLICY);
1082 if ((serialfile=NCONF_get_string(conf,section,ENV_SERIAL))
1085 lookup_fail(section,ENV_SERIAL);
1095 extensions=NCONF_get_string(conf,section,
1110 "Error Loading extension section %s\n",
1120 startdate=NCONF_get_string(conf,section,
1134 enddate=NCONF_get_string(conf,section,
1147 if(!NCONF_get_number(conf,section, ENV_DEFAULT_DAYS, &days))
1175 BIO_printf(bio_err,"unable to find 'section' for %s\n",policy);
1375 crl_ext=NCONF_get_string(conf,section,ENV_CRLEXT);
1388 "Error Loading CRL extension section %s\n",
1395 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER))
1405 if (!NCONF_get_number(conf,section,
1408 if (!NCONF_get_number(conf,section,
2096 "ERROR: adding extensions in section %s\n",
2111 BIO_printf(bio_err, "ERROR: adding extensions in section %s\n", ext_sect);