Home | History | Annotate | Download | only in apps

Lines Matching full:nconf_get_string

618 		section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
628 p=NCONF_get_string(conf,NULL,"oid_file");
657 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
662 f = NCONF_get_string(conf, section, STRING_MASK);
672 f = NCONF_get_string(conf, section, UTF8_IN);
680 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT);
713 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
732 if ((keyfile == NULL) && ((keyfile=NCONF_get_string(conf,
761 && ((certfile=NCONF_get_string(conf,
780 f=NCONF_get_string(conf,BASE_SECTION,ENV_PRESERVE);
785 f=NCONF_get_string(conf,BASE_SECTION,ENV_MSIE_HACK);
791 f=NCONF_get_string(conf,section,ENV_NAMEOPT);
805 f=NCONF_get_string(conf,section,ENV_CERTOPT);
819 f=NCONF_get_string(conf,section,ENV_EXTCOPY);
837 if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR))
876 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
997 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
1024 if ((md == NULL) && ((md=NCONF_get_string(conf,
1050 if ((email_dn == 1) && ((tmp_email_dn=NCONF_get_string(conf,
1059 if ((policy == NULL) && ((policy=NCONF_get_string(conf,
1068 if ((serialfile=NCONF_get_string(conf,section,ENV_SERIAL))
1081 extensions=NCONF_get_string(conf,section,
1106 startdate=NCONF_get_string(conf,section,
1120 enddate=NCONF_get_string(conf,section,
1359 crl_ext=NCONF_get_string(conf,section,ENV_CRLEXT);
1379 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER))