NCONF_get_string
genstr = NCONF_get_string(cnf, "default", "asn1");
char *entry = NCONF_get_string(conf, section, tag);
outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_VERSION);
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_MODULE_MAC);
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_STATUS);
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_MAC);
res = NCONF_get_string(conf, group, name);
genstr = NCONF_get_string(cnf, "default", "asn1");
spkstr = NCONF_get_string(conf, spksect, spkac);
char *entry = NCONF_get_string(conf, section, tag);
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");
const char *description = NCONF_get_string(conf, section, "description");
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);
if ((certs = NCONF_get_string(conf, section, ENV_CERTS)) == NULL)
key = NCONF_get_string(conf, section, ENV_SIGNER_KEY);
md = NCONF_get_string(conf, section, ENV_SIGNER_DIGEST);
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);
const char *md = NCONF_get_string(conf, section, ENV_ESS_CERT_ID_ALG);
return NCONF_get_string(db, section, value);
char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default");
str = NCONF_get_string(cnf, "default", "asn1");