Lines Matching refs:NCONF_get_string
513 p = NCONF_get_string(conf, NULL, "oid_file"); in ca_main()
533 f = NCONF_get_string(conf, section, STRING_MASK); in ca_main()
543 f = NCONF_get_string(conf, section, UTF8_IN); in ca_main()
551 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); in ca_main()
618 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main()
623 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()
629 f = NCONF_get_string(conf, section, ENV_NAMEOPT); in ca_main()
641 f = NCONF_get_string(conf, section, ENV_CERTOPT); in ca_main()
653 f = NCONF_get_string(conf, section, ENV_EXTCOPY); in ca_main()
668 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
789 extensions = NCONF_get_string(extfile_conf, "default", "extensions"); in ca_main()
835 tmp_email_dn = NCONF_get_string(conf, section, ENV_DEFAULT_EMAIL_DN); in ca_main()
850 if (NCONF_get_string(conf, section, ENV_RAND_SERIAL) != NULL) { in ca_main()
878 extensions = NCONF_get_string(conf, section, ENV_EXTENSIONS); in ca_main()
899 startdate = NCONF_get_string(conf, section, ENV_DEFAULT_STARTDATE); in ca_main()
912 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE); in ca_main()
1160 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT); in ca_main()
1178 crlnumberfile = NCONF_get_string(conf, section, ENV_CRLNUMBER); in ca_main()
1371 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf()