Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/ts/
H A Dts_conf.c183 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
195 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial()
217 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device()
265 cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT); in TS_CONF_set_signer_cert()
290 certs = NCONF_get_string(conf, section, ENV_CERTS); in TS_CONF_set_certs()
314 key = NCONF_get_string(conf, section, ENV_SIGNER_KEY); in TS_CONF_set_signer_key()
339 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY); in TS_CONF_set_def_policy()
364 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES); in TS_CONF_set_policies()
397 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); in TS_CONF_set_digests()
437 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); in TS_CONF_set_accuracy()
[all …]
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dreq.c636 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
658 p = NCONF_get_string(req_conf, SECTION, "default_md"); in req_main()
667 req_config.extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); in req_main()
694 passin = NCONF_get_string(req_conf, SECTION, "input_password"); in req_main()
699 passout = NCONF_get_string(req_conf, SECTION, "output_password"); in req_main()
703 p = NCONF_get_string(req_conf, SECTION, STRING_MASK); in req_main()
712 p = NCONF_get_string(req_conf, SECTION, UTF8_IN); in req_main()
719 req_config.req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); in req_main()
799 req_config.keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); in req_main()
814 p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key"); in req_main()
[all …]
H A Dca.c738 ca_config.section = NCONF_get_string(conf, BASE_SECTION, in ca_main()
746 p = NCONF_get_string(conf, NULL, "oid_file"); in ca_main()
770 f = NCONF_get_string(conf, ca_config.section, STRING_MASK); in ca_main()
780 f = NCONF_get_string(conf, ca_config.section, UTF8_IN); in ca_main()
787 p = NCONF_get_string(conf, ca_config.section, ENV_UNIQUE_SUBJECT); in ca_main()
804 if ((dbfile = NCONF_get_string(conf, ca_config.section, in ca_main()
825 ((ca_config.keyfile = NCONF_get_string(conf, ca_config.section, in ca_main()
851 ((ca_config.certfile = NCONF_get_string(conf, in ca_main()
870 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main()
875 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()
[all …]
H A Dspkac.c259 spkstr = NCONF_get_string(conf, spkac_config.spksect, in spkac_main()
H A Dasn1pars.c440 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
H A Dapps.c521 if (!(p = NCONF_get_string(conf, NULL, "oid_section"))) { in add_oid_section()
1408 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject"); in load_index()
H A Dts.c510 p = NCONF_get_string(conf, NULL, ENV_OID_FILE); in load_config_file()
H A Dx509.c801 x509_config.extsect = NCONF_get_string(extconf, in x509_main()
/dflybsd-src/crypto/libressl/crypto/conf/
H A Dconf_lib.c153 return NCONF_get_string(NULL, group, name); in CONF_get_string()
157 return NCONF_get_string(&ctmp, group, name); in CONF_get_string()
309 NCONF_get_string(const CONF *conf, const char *group, const char *name) in NCONF_get_string() function
339 str = NCONF_get_string(conf, group, name); in NCONF_get_number_e()
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()
246 path = NCONF_get_string(cnf, value, "path"); in module_load_dso()
/dflybsd-src/crypto/libressl/crypto/ct/
H A Dct_log.c178 const char *description = NCONF_get_string(conf, section, in ctlog_new_from_conf()
187 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf()
268 enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs"); in CTLOG_STORE_load_file()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dconf.h159 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/dflybsd-src/usr.sbin/uefisign/
H A Duefisign.c191 str = NCONF_get_string(cnf, "default", "asn1"); in magic()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_conf.c456 return NCONF_get_string(db, section, value); in nconf_get_string()