Home
last modified time | relevance | path

Searched refs:NCONF_get_string (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_conf.c119 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
130 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial()
150 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device()
195 cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT); in TS_CONF_set_signer_cert()
220 if ((certs = NCONF_get_string(conf, section, ENV_CERTS)) == NULL) in TS_CONF_set_certs()
241 key = NCONF_get_string(conf, section, ENV_SIGNER_KEY); in TS_CONF_set_signer_key()
263 md = NCONF_get_string(conf, section, ENV_SIGNER_DIGEST); in TS_CONF_set_signer_digest()
287 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY); in TS_CONF_set_def_policy()
310 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES); in TS_CONF_set_policies()
342 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); in TS_CONF_set_digests()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_conf.c126 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
137 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial()
157 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device()
201 cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT); in TS_CONF_set_signer_cert()
226 if ((certs = NCONF_get_string(conf, section, ENV_CERTS)) == NULL) in TS_CONF_set_certs()
247 key = NCONF_get_string(conf, section, ENV_SIGNER_KEY); in TS_CONF_set_signer_key()
269 md = NCONF_get_string(conf, section, ENV_SIGNER_DIGEST); in TS_CONF_set_signer_digest()
294 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY); in TS_CONF_set_def_policy()
317 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES); in TS_CONF_set_policies()
349 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); in TS_CONF_set_digests()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c454 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
476 p = NCONF_get_string(req_conf, SECTION, "default_md"); in req_main()
487 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); in req_main()
515 NCONF_get_string(req_conf, SECTION, "input_password"); in req_main()
522 NCONF_get_string(req_conf, SECTION, "output_password"); in req_main()
527 p = NCONF_get_string(req_conf, SECTION, STRING_MASK); in req_main()
537 p = NCONF_get_string(req_conf, SECTION, UTF8_IN); in req_main()
545 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); in req_main()
645 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); in req_main()
658 p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key"); in req_main()
[all …]
H A Dca.c446 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()
[all …]
H A Dapp_rand.c20 const char *randfile = NCONF_get_string(c, section, "RANDFILE"); in app_RAND_load_conf()
H A Dspkac.c156 spkstr = NCONF_get_string(conf, spksect, spkac); in spkac_main()
H A Dasn1pars.c322 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
H A Dsrp.c112 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c514 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
542 p = NCONF_get_string(req_conf, section, "default_md"); in req_main()
550 extensions = NCONF_get_string(req_conf, section, V3_EXTENSIONS); in req_main()
581 NCONF_get_string(req_conf, section, "input_password"); in req_main()
588 NCONF_get_string(req_conf, section, "output_password"); in req_main()
593 p = NCONF_get_string(req_conf, section, STRING_MASK); in req_main()
603 p = NCONF_get_string(req_conf, section, UTF8_IN); in req_main()
611 req_exts = NCONF_get_string(req_conf, section, REQ_EXTENSIONS); in req_main()
695 keyout = NCONF_get_string(req_conf, section, KEYFILE); in req_main()
712 p = NCONF_get_string(req_conf, section, "encrypt_rsa_key"); in req_main()
[all …]
H A Dca.c513 p = NCONF_get_string(conf, NULL, "oid_file"); in ca_main()
533 f = NCONF_get_string(conf, section, STRING_MASK); in ca_main()
543 f = NCONF_get_string(conf, section, UTF8_IN); in ca_main()
551 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); in ca_main()
618 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main()
623 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()
629 f = NCONF_get_string(conf, section, ENV_NAMEOPT); in ca_main()
641 f = NCONF_get_string(conf, section, ENV_CERTOPT); in ca_main()
653 f = NCONF_get_string(conf, section, ENV_EXTCOPY); in ca_main()
668 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
[all …]
H A Dfipsinstall.c248 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_VERSION); in verify_config()
253 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_MODULE_MAC); in verify_config()
266 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_STATUS); in verify_config()
271 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_MAC); in verify_config()
H A Dspkac.c186 spkstr = NCONF_get_string(conf, spksect, spkac); in spkac_main()
H A Dasn1parse.c329 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
H A Dsrp.c116 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_lib.c113 return NCONF_get_string(NULL, group, name); in CONF_get_string()
117 return NCONF_get_string(&ctmp, group, name); in CONF_get_string()
257 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) in NCONF_get_string() function
301 str = NCONF_get_string(conf, group, name); in NCONF_get_number_e()
H A Dconf_mod.c85 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()
88 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()
198 path = NCONF_get_string(cnf, value, "path"); in module_load_dso()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_log.c121 const char *description = NCONF_get_string(conf, section, "description"); in ctlog_new_from_conf()
129 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf()
213 enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs"); in CTLOG_STORE_load_file()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dconf_include_test.c94 str = NCONF_get_string(conf, "", "RANDFILE"); in test_load_config()
117 str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default"); in test_load_config()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_log.c150 const char *description = NCONF_get_string(conf, section, "description"); in ctlog_new_from_conf()
158 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf()
243 enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs"); in CTLOG_STORE_load_file()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapp_rand.c21 const char *randfile = NCONF_get_string(c, section, "RANDFILE");
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dconf_include_test.c113 str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default"); in test_load_config()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_mod.c136 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()
139 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dconf.h122 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dconf.h.in126 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_conf.c411 return NCONF_get_string(db, section, value); in nconf_get_string()

12