Home | History | Annotate | Download | only in apps

Lines Matching refs:NCONF_get_string

632 		section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
642 p=NCONF_get_string(conf,NULL,"oid_file");
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)
1011 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
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,
1120 startdate=NCONF_get_string(conf,section,
1134 enddate=NCONF_get_string(conf,section,
1375 crl_ext=NCONF_get_string(conf,section,ENV_CRLEXT);
1395 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER))