Symbol: NCONF_get_string
crypto/libressl/apps/openssl/apps.c
1408
char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
crypto/libressl/apps/openssl/apps.c
521
if (!(p = NCONF_get_string(conf, NULL, "oid_section"))) {
crypto/libressl/apps/openssl/asn1pars.c
440
genstr = NCONF_get_string(cnf, "default", "asn1");
crypto/libressl/apps/openssl/ca.c
1040
(ca_config.extensions = NCONF_get_string(extconf, "default",
crypto/libressl/apps/openssl/ca.c
1056
((ca_config.md = NCONF_get_string(conf, ca_config.section,
crypto/libressl/apps/openssl/ca.c
1078
((tmp_email_dn = NCONF_get_string(conf, ca_config.section,
crypto/libressl/apps/openssl/ca.c
1087
((ca_config.policy = NCONF_get_string(conf,
crypto/libressl/apps/openssl/ca.c
1095
if ((serialfile = NCONF_get_string(conf, ca_config.section,
crypto/libressl/apps/openssl/ca.c
1106
ca_config.extensions = NCONF_get_string(conf,
crypto/libressl/apps/openssl/ca.c
1127
ca_config.startdate = NCONF_get_string(conf,
crypto/libressl/apps/openssl/ca.c
1136
ca_config.enddate = NCONF_get_string(conf,
crypto/libressl/apps/openssl/ca.c
1381
ca_config.crl_ext = NCONF_get_string(conf,
crypto/libressl/apps/openssl/ca.c
1400
if ((crlnumberfile = NCONF_get_string(conf, ca_config.section,
crypto/libressl/apps/openssl/ca.c
738
ca_config.section = NCONF_get_string(conf, BASE_SECTION,
crypto/libressl/apps/openssl/ca.c
746
p = NCONF_get_string(conf, NULL, "oid_file");
crypto/libressl/apps/openssl/ca.c
770
f = NCONF_get_string(conf, ca_config.section, STRING_MASK);
crypto/libressl/apps/openssl/ca.c
780
f = NCONF_get_string(conf, ca_config.section, UTF8_IN);
crypto/libressl/apps/openssl/ca.c
787
p = NCONF_get_string(conf, ca_config.section, ENV_UNIQUE_SUBJECT);
crypto/libressl/apps/openssl/ca.c
804
if ((dbfile = NCONF_get_string(conf, ca_config.section,
crypto/libressl/apps/openssl/ca.c
825
((ca_config.keyfile = NCONF_get_string(conf, ca_config.section,
crypto/libressl/apps/openssl/ca.c
851
((ca_config.certfile = NCONF_get_string(conf,
crypto/libressl/apps/openssl/ca.c
870
f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
crypto/libressl/apps/openssl/ca.c
875
f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);
crypto/libressl/apps/openssl/ca.c
881
f = NCONF_get_string(conf, ca_config.section, ENV_NAMEOPT);
crypto/libressl/apps/openssl/ca.c
893
f = NCONF_get_string(conf, ca_config.section, ENV_CERTOPT);
crypto/libressl/apps/openssl/ca.c
905
f = NCONF_get_string(conf, ca_config.section, ENV_EXTCOPY);
crypto/libressl/apps/openssl/ca.c
919
if ((ca_config.outdir = NCONF_get_string(conf,
crypto/libressl/apps/openssl/ca.c
928
if ((dbfile = NCONF_get_string(conf, ca_config.section,
crypto/libressl/apps/openssl/req.c
1137
tmp = NCONF_get_string(req_conf, SECTION, PROMPT);
crypto/libressl/apps/openssl/req.c
1143
dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME);
crypto/libressl/apps/openssl/req.c
1154
attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES);
crypto/libressl/apps/openssl/req.c
1277
if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
crypto/libressl/apps/openssl/req.c
1287
if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
crypto/libressl/apps/openssl/req.c
1345
if ((def = NCONF_get_string(req_conf, attr_sect, buf))
crypto/libressl/apps/openssl/req.c
1356
if ((value = NCONF_get_string(req_conf, attr_sect, buf))
crypto/libressl/apps/openssl/req.c
636
p = NCONF_get_string(req_conf, NULL, "oid_file");
crypto/libressl/apps/openssl/req.c
658
p = NCONF_get_string(req_conf, SECTION, "default_md");
crypto/libressl/apps/openssl/req.c
667
req_config.extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
crypto/libressl/apps/openssl/req.c
694
passin = NCONF_get_string(req_conf, SECTION, "input_password");
crypto/libressl/apps/openssl/req.c
699
passout = NCONF_get_string(req_conf, SECTION, "output_password");
crypto/libressl/apps/openssl/req.c
703
p = NCONF_get_string(req_conf, SECTION, STRING_MASK);
crypto/libressl/apps/openssl/req.c
712
p = NCONF_get_string(req_conf, SECTION, UTF8_IN);
crypto/libressl/apps/openssl/req.c
719
req_config.req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
crypto/libressl/apps/openssl/req.c
799
req_config.keyout = NCONF_get_string(req_conf, SECTION, KEYFILE);
crypto/libressl/apps/openssl/req.c
814
p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key");
crypto/libressl/apps/openssl/req.c
817
p = NCONF_get_string(req_conf, SECTION, "encrypt_key");
crypto/libressl/apps/openssl/spkac.c
259
spkstr = NCONF_get_string(conf, spkac_config.spksect,
crypto/libressl/apps/openssl/ts.c
510
p = NCONF_get_string(conf, NULL, ENV_OID_FILE);
crypto/libressl/apps/openssl/x509.c
801
x509_config.extsect = NCONF_get_string(extconf,
crypto/libressl/crypto/conf/conf_lib.c
153
return NCONF_get_string(NULL, group, name);
crypto/libressl/crypto/conf/conf_lib.c
157
return NCONF_get_string(&ctmp, group, name);
crypto/libressl/crypto/conf/conf_lib.c
339
str = NCONF_get_string(conf, group, name);
crypto/libressl/crypto/conf/conf_mod.c
136
vsection = NCONF_get_string(cnf, NULL, appname);
crypto/libressl/crypto/conf/conf_mod.c
139
vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
crypto/libressl/crypto/conf/conf_mod.c
246
path = NCONF_get_string(cnf, value, "path");
crypto/libressl/crypto/ct/ct_log.c
178
const char *description = NCONF_get_string(conf, section,
crypto/libressl/crypto/ct/ct_log.c
187
pkey_base64 = NCONF_get_string(conf, section, "key");
crypto/libressl/crypto/ct/ct_log.c
268
enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs");
crypto/libressl/crypto/ts/ts_conf.c
183
section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
crypto/libressl/crypto/ts/ts_conf.c
195
char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
crypto/libressl/crypto/ts/ts_conf.c
217
device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE);
crypto/libressl/crypto/ts/ts_conf.c
265
cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT);
crypto/libressl/crypto/ts/ts_conf.c
290
certs = NCONF_get_string(conf, section, ENV_CERTS);
crypto/libressl/crypto/ts/ts_conf.c
314
key = NCONF_get_string(conf, section, ENV_SIGNER_KEY);
crypto/libressl/crypto/ts/ts_conf.c
339
policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
crypto/libressl/crypto/ts/ts_conf.c
364
char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES);
crypto/libressl/crypto/ts/ts_conf.c
397
char *digests = NCONF_get_string(conf, section, ENV_DIGESTS);
crypto/libressl/crypto/ts/ts_conf.c
437
char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY);
crypto/libressl/crypto/ts/ts_conf.c
499
const char *value = NCONF_get_string(conf, section, field);
crypto/libressl/crypto/x509/x509_conf.c
456
return NCONF_get_string(db, section, value);
crypto/libressl/include/openssl/conf.h
159
char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
usr.sbin/uefisign/uefisign.c
191
str = NCONF_get_string(cnf, "default", "asn1");