NCONF_get_string
char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
if (!(p = NCONF_get_string(conf, NULL, "oid_section"))) {
genstr = NCONF_get_string(cnf, "default", "asn1");
(ca_config.extensions = NCONF_get_string(extconf, "default",
((ca_config.md = NCONF_get_string(conf, ca_config.section,
((tmp_email_dn = NCONF_get_string(conf, ca_config.section,
((ca_config.policy = NCONF_get_string(conf,
if ((serialfile = NCONF_get_string(conf, ca_config.section,
ca_config.extensions = NCONF_get_string(conf,
ca_config.startdate = NCONF_get_string(conf,
ca_config.enddate = NCONF_get_string(conf,
ca_config.crl_ext = NCONF_get_string(conf,
if ((crlnumberfile = NCONF_get_string(conf, ca_config.section,
ca_config.section = NCONF_get_string(conf, BASE_SECTION,
p = NCONF_get_string(conf, NULL, "oid_file");
f = NCONF_get_string(conf, ca_config.section, STRING_MASK);
f = NCONF_get_string(conf, ca_config.section, UTF8_IN);
p = NCONF_get_string(conf, ca_config.section, ENV_UNIQUE_SUBJECT);
if ((dbfile = NCONF_get_string(conf, ca_config.section,
((ca_config.keyfile = NCONF_get_string(conf, ca_config.section,
((ca_config.certfile = NCONF_get_string(conf,
f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);
f = NCONF_get_string(conf, ca_config.section, ENV_NAMEOPT);
f = NCONF_get_string(conf, ca_config.section, ENV_CERTOPT);
f = NCONF_get_string(conf, ca_config.section, ENV_EXTCOPY);
if ((ca_config.outdir = NCONF_get_string(conf,
if ((dbfile = NCONF_get_string(conf, ca_config.section,
tmp = NCONF_get_string(req_conf, SECTION, PROMPT);
dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME);
attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES);
if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
if ((def = NCONF_get_string(req_conf, attr_sect, buf))
if ((value = NCONF_get_string(req_conf, attr_sect, buf))
p = NCONF_get_string(req_conf, NULL, "oid_file");
p = NCONF_get_string(req_conf, SECTION, "default_md");
req_config.extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
passin = NCONF_get_string(req_conf, SECTION, "input_password");
passout = NCONF_get_string(req_conf, SECTION, "output_password");
p = NCONF_get_string(req_conf, SECTION, STRING_MASK);
p = NCONF_get_string(req_conf, SECTION, UTF8_IN);
req_config.req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
req_config.keyout = NCONF_get_string(req_conf, SECTION, KEYFILE);
p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key");
p = NCONF_get_string(req_conf, SECTION, "encrypt_key");
spkstr = NCONF_get_string(conf, spkac_config.spksect,
p = NCONF_get_string(conf, NULL, ENV_OID_FILE);
x509_config.extsect = NCONF_get_string(extconf,
return NCONF_get_string(NULL, group, name);
return NCONF_get_string(&ctmp, group, name);
str = NCONF_get_string(conf, group, name);
vsection = NCONF_get_string(cnf, NULL, appname);
vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
path = NCONF_get_string(cnf, value, "path");
const char *description = NCONF_get_string(conf, section,
pkey_base64 = NCONF_get_string(conf, section, "key");
enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs");
section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE);
cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT);
certs = NCONF_get_string(conf, section, ENV_CERTS);
key = NCONF_get_string(conf, section, ENV_SIGNER_KEY);
policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES);
char *digests = NCONF_get_string(conf, section, ENV_DIGESTS);
char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY);
const char *value = NCONF_get_string(conf, section, field);
return NCONF_get_string(db, section, value);
char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
str = NCONF_get_string(cnf, "default", "asn1");