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

/openbsd-current/lib/libcrypto/ts/
H A Dts_conf.c182 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
195 char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
218 cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT);
244 certs = NCONF_get_string(conf, section, ENV_CERTS);
269 key = NCONF_get_string(conf, section, ENV_SIGNER_KEY);
295 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
321 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES);
355 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS);
396 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY);
461 const char *value = NCONF_get_string(con
[all...]
/openbsd-current/lib/libcrypto/conf/
H A Dconf_lib.c159 return NCONF_get_string(NULL, group, name);
163 return NCONF_get_string(&ctmp, group, name);
327 NCONF_get_string(const CONF *conf, const char *group, const char *name) function
345 LCRYPTO_ALIAS(NCONF_get_string); variable
358 str = NCONF_get_string(conf, group, name);
H A Dconf_mod.c125 vsection = NCONF_get_string(cnf, NULL, appname);
128 vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
H A Dconf.h159 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dconf.h50 LCRYPTO_USED(NCONF_get_string); variable
/openbsd-current/lib/libcrypto/ct/
H A Dct_log.c180 const char *description = NCONF_get_string(conf, section,
189 pkey_base64 = NCONF_get_string(conf, section, "key");
271 enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs");
/openbsd-current/usr.bin/openssl/
H A Dreq.c634 p = NCONF_get_string(req_conf, NULL, "oid_file");
656 p = NCONF_get_string(req_conf, SECTION, "default_md");
665 cfg.extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
692 passin = NCONF_get_string(req_conf, SECTION, "input_password");
697 passout = NCONF_get_string(req_conf, SECTION, "output_password");
701 p = NCONF_get_string(req_conf, SECTION, STRING_MASK);
710 p = NCONF_get_string(req_conf, SECTION, UTF8_IN);
717 cfg.req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
797 cfg.keyout = NCONF_get_string(req_conf, SECTION, KEYFILE);
812 p = NCONF_get_string(req_con
[all...]
H A Dca.c717 cfg.section = NCONF_get_string(conf, BASE_SECTION,
725 p = NCONF_get_string(conf, NULL, "oid_file");
749 f = NCONF_get_string(conf, cfg.section, STRING_MASK);
759 f = NCONF_get_string(conf, cfg.section, UTF8_IN);
766 p = NCONF_get_string(conf, cfg.section, ENV_UNIQUE_SUBJECT);
783 if ((dbfile = NCONF_get_string(conf, cfg.section,
804 ((cfg.keyfile = NCONF_get_string(conf, cfg.section,
830 ((cfg.certfile = NCONF_get_string(conf,
849 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
854 f = NCONF_get_string(con
[all...]
H A Dspkac.c257 spkstr = NCONF_get_string(conf, cfg.spksect,
H A Dasn1pars.c429 genstr = NCONF_get_string(cnf, "default", "asn1");
H A Dapps.c452 if (!(p = NCONF_get_string(conf, NULL, "oid_section"))) {
1343 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
H A Dts.c508 p = NCONF_get_string(conf, NULL, ENV_OID_FILE);
H A Dx509.c866 cfg.extsect = NCONF_get_string(extconf, "default",
/openbsd-current/lib/libcrypto/x509/
H A Dx509_conf.c472 return NCONF_get_string(db, section, value);

Completed in 286 milliseconds