Lines Matching refs:NCONF_get_string
446 p = NCONF_get_string(conf, NULL, "oid_file"); in ca_main()
466 f = NCONF_get_string(conf, section, STRING_MASK); in ca_main()
476 f = NCONF_get_string(conf, section, UTF8_IN); in ca_main()
484 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); in ca_main()
550 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main()
555 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()
561 f = NCONF_get_string(conf, section, ENV_NAMEOPT); in ca_main()
571 f = NCONF_get_string(conf, section, ENV_CERTOPT); in ca_main()
583 f = NCONF_get_string(conf, section, ENV_EXTCOPY); in ca_main()
598 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
717 extensions = NCONF_get_string(extconf, "default", "extensions"); in ca_main()
759 tmp_email_dn = NCONF_get_string(conf, section, ENV_DEFAULT_EMAIL_DN); in ca_main()
773 if (NCONF_get_string(conf, section, ENV_RAND_SERIAL) != NULL) { in ca_main()
787 extensions = NCONF_get_string(conf, section, ENV_EXTENSIONS); in ca_main()
807 startdate = NCONF_get_string(conf, section, ENV_DEFAULT_STARTDATE); in ca_main()
820 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE); in ca_main()
1063 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT); in ca_main()
1080 if ((crlnumberfile = NCONF_get_string(conf, section, ENV_CRLNUMBER)) in ca_main()
1259 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf()