NCONF_get_string
char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
LCRYPTO_ALIAS(NCONF_get_string);
str = NCONF_get_string(conf, group, name);
vsection = NCONF_get_string(cnf, NULL, appname);
vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
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");
LCRYPTO_USED(NCONF_get_string);
section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
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);
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");
cfg.md = NCONF_get_string(conf, cfg.section,
((tmp_email_dn = NCONF_get_string(conf, cfg.section,
((cfg.policy = NCONF_get_string(conf,
if ((serialfile = NCONF_get_string(conf, cfg.section,
cfg.extensions = NCONF_get_string(conf,
cfg.startdate = NCONF_get_string(conf,
cfg.enddate = NCONF_get_string(conf,
cfg.crl_ext = NCONF_get_string(conf,
if ((crlnumberfile = NCONF_get_string(conf, cfg.section,
cfg.section = NCONF_get_string(conf, BASE_SECTION,
p = NCONF_get_string(conf, NULL, "oid_file");
f = NCONF_get_string(conf, cfg.section, STRING_MASK);
f = NCONF_get_string(conf, cfg.section, UTF8_IN);
p = NCONF_get_string(conf, cfg.section, ENV_UNIQUE_SUBJECT);
if ((dbfile = NCONF_get_string(conf, cfg.section,
((cfg.keyfile = NCONF_get_string(conf, cfg.section,
((cfg.certfile = NCONF_get_string(conf,
f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
f = NCONF_get_string(conf, cfg.section, ENV_NAMEOPT);
f = NCONF_get_string(conf, cfg.section, ENV_CERTOPT);
f = NCONF_get_string(conf, cfg.section, ENV_EXTCOPY);
if ((cfg.outdir = NCONF_get_string(conf,
if ((dbfile = NCONF_get_string(conf, cfg.section,
(cfg.extensions = NCONF_get_string(extconf, "default",
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");
cfg.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);
cfg.req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
cfg.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");
p = NCONF_get_string(conf, NULL, ENV_OID_FILE);
cfg.extsect = NCONF_get_string(extconf, "default",