Lines Matching refs:conf
66 #include <openssl/conf.h>
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
211 char *ext_sect, CONF *conf,int verbose, unsigned long certopt,
219 CONF *conf, int verbose, unsigned long certopt,
226 int verbose, X509_REQ *req, char *ext_sect, CONF *conf,
236 static CONF *conf=NULL;
237 static CONF *extconf=NULL;
337 conf = NULL;
605 conf = NCONF_new(NULL);
606 if (NCONF_load(conf,configfile,&errorline) <= 0)
622 if (!load_config(bio_err, conf))
632 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
640 if (conf != NULL)
642 p=NCONF_get_string(conf,NULL,"oid_file");
664 if (!add_oid_section(bio_err,conf))
671 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
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)
746 if ((keyfile == NULL) && ((keyfile=NCONF_get_string(conf,
775 && ((certfile=NCONF_get_string(conf,
794 f=NCONF_get_string(conf,BASE_SECTION,ENV_PRESERVE);
799 f=NCONF_get_string(conf,BASE_SECTION,ENV_MSIE_HACK);
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)
1038 if ((md == NULL) && ((md=NCONF_get_string(conf,
1064 if ((email_dn == 1) && ((tmp_email_dn=NCONF_get_string(conf,
1073 if ((policy == NULL) && ((policy=NCONF_get_string(conf,
1082 if ((serialfile=NCONF_get_string(conf,section,ENV_SERIAL))
1095 extensions=NCONF_get_string(conf,section,
1105 X509V3_set_nconf(&ctx, conf);
1106 if (!X509V3_EXT_add_nconf(conf, &ctx, extensions,
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))
1173 if ((attribs=NCONF_get_section(conf,policy)) == NULL)
1190 conf,verbose,certopt,nameopt,default_op,ext_copy);
1215 extensions,conf,verbose, certopt, nameopt,
1235 extensions,conf,verbose, certopt, nameopt,
1255 extensions,conf,verbose, certopt, nameopt,
1375 crl_ext=NCONF_get_string(conf,section,ENV_CRLEXT);
1384 X509V3_set_nconf(&ctx, conf);
1385 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL))
1395 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER))
1405 if (!NCONF_get_number(conf,section,
1408 if (!NCONF_get_number(conf,section,
1472 X509V3_set_nconf(&crlctx, conf);
1475 if (!X509V3_EXT_CRL_add_nconf(conf, &crlctx,
1562 NCONF_free(conf);
1579 long days, int batch, char *ext_sect, CONF *lconf, int verbose,
1651 long days, int batch, char *ext_sect, CONF *lconf, int verbose,
1707 int verbose, X509_REQ *req, char *ext_sect, CONF *lconf,
2272 long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt,