Lines Matching defs:conf

66 #include <openssl/conf.h>
204 long days, int batch, char *ext_sect, CONF *conf,
213 CONF *conf, int verbose, unsigned long certopt,
222 char *enddate, long days, char *ext_sect, CONF *conf,
233 CONF *conf, unsigned long certopt, unsigned long nameopt,
242 static CONF *conf = NULL;
342 conf = NULL;
581 conf = NCONF_new(NULL);
582 if (NCONF_load(conf, configfile, &errorline) <= 0) {
596 if (!load_config(bio_err, conf))
605 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA);
612 if (conf != NULL) {
613 p = NCONF_get_string(conf, NULL, "oid_file");
631 if (!add_oid_section(bio_err, conf)) {
637 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
642 f = NCONF_get_string(conf, section, STRING_MASK);
652 f = NCONF_get_string(conf, section, UTF8_IN);
660 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT);
689 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
708 if ((keyfile == NULL) && ((keyfile = NCONF_get_string(conf,
734 && ((certfile = NCONF_get_string(conf,
754 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
759 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);
765 f = NCONF_get_string(conf, section, ENV_NAMEOPT);
776 f = NCONF_get_string(conf, section, ENV_CERTOPT);
787 f = NCONF_get_string(conf, section, ENV_EXTCOPY);
801 if ((outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR))
840 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
977 if ((md == NULL) && ((md = NCONF_get_string(conf,
999 if ((email_dn == 1) && ((tmp_email_dn = NCONF_get_string(conf,
1009 if ((policy == NULL) && ((policy = NCONF_get_string(conf,
1019 if ((serialfile = NCONF_get_string(conf, section, ENV_SERIAL))
1031 extensions = NCONF_get_string(conf, section, ENV_EXTENSIONS);
1039 X509V3_set_nconf(&ctx, conf);
1040 if (!X509V3_EXT_add_nconf(conf, &ctx, extensions, NULL)) {
1051 startdate = NCONF_get_string(conf, section,
1065 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE);
1076 if (!NCONF_get_number(conf, section, ENV_DEFAULT_DAYS, &days))
1100 if ((attribs = NCONF_get_section(conf, policy)) == NULL) {
1114 conf, verbose, certopt, nameopt, default_op,
1139 conf, verbose, certopt, nameopt, default_op,
1158 enddate, days, batch, extensions, conf, verbose,
1177 enddate, days, batch, extensions, conf, verbose,
1295 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT);
1303 X509V3_set_nconf(&ctx, conf);
1304 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL)) {
1313 if ((crlnumberfile = NCONF_get_string(conf, section, ENV_CRLNUMBER))
1321 if (!NCONF_get_number(conf, section,
1324 if (!NCONF_get_number(conf, section,
1393 X509V3_set_nconf(&crlctx, conf);
1396 if (!X509V3_EXT_CRL_add_nconf(conf, &crlctx, crl_ext, crl))
1485 NCONF_free(conf);