Home
last modified time | relevance | path

Searched refs:untrusted (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/lib/libcrypto/ocsp/
H A Docsp_vfy.c86 STACK_OF(X509) *untrusted = NULL; in OCSP_basic_verify()
113 untrusted = NULL; in OCSP_basic_verify()
115 untrusted = sk_X509_dup(bs->certs); in OCSP_basic_verify()
117 if (!sk_X509_push(untrusted, in OCSP_basic_verify()
124 untrusted = certs; in OCSP_basic_verify()
126 untrusted = bs->certs; in OCSP_basic_verify()
128 init_res = X509_STORE_CTX_init(&ctx, st, signer, untrusted); in OCSP_basic_verify()
183 sk_X509_free(untrusted); in OCSP_basic_verify()
/openbsd/usr.bin/openssl/
H A Dverify.c263 STACK_OF(X509) *untrusted = NULL, *trusted = NULL; in verify_main()
325 untrusted = load_certs(bio_err, cfg.untfile, in verify_main()
327 if (!untrusted) in verify_main()
344 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls)) in verify_main()
348 if (1 != check(cert_ctx, *cert_files++, untrusted, in verify_main()
359 sk_X509_pop_free(untrusted, X509_free); in verify_main()
H A Dts.c108 int token_in, char *ca_path, char *ca_file, char *untrusted);
110 char *queryfile, char *ca_path, char *ca_file, char *untrusted);
140 char *untrusted; member
331 .opt.arg = &cfg.untrusted,
452 cfg.ca_path, cfg.ca_file, cfg.untrusted); in ts_main()
1070 int token_in, char *ca_path, char *ca_file, char *untrusted) in verify_command() argument
1090 ca_path, ca_file, untrusted)) == NULL) in verify_command()
1118 char *ca_file, char *untrusted) in create_verify_ctx() argument
1173 if (untrusted != NULL) { in create_verify_ctx()
1174 if ((certs = TS_CONF_load_certs(untrusted)) == NULL) in create_verify_ctx()
/openbsd/lib/libssl/test/
H A Dtesttsa129 -untrusted tsa_cert1.pem
132 -untrusted tsa_cert1.pem
142 -CAfile tsaca.pem -untrusted tsa_cert1.pem
145 -CAfile tsaca.pem -untrusted tsa_cert1.pem
152 -untrusted tsa_cert1.pem
/openbsd/usr.bin/ssh/
H A Dauth-options.c794 int untrusted) in sshauthopt_serialise() argument
822 untrusted ? "yes" : opts->cert_principals)) != 0 || in sshauthopt_serialise()
824 untrusted ? "true" : opts->force_command)) != 0 || in sshauthopt_serialise()
826 untrusted ? NULL : opts->required_from_host_cert)) != 0 || in sshauthopt_serialise()
828 untrusted ? NULL : opts->required_from_host_keys)) != 0) in sshauthopt_serialise()
833 untrusted ? 0 : opts->nenv)) != 0 || in sshauthopt_serialise()
835 untrusted ? 0 : opts->npermitopen)) != 0 || in sshauthopt_serialise()
837 untrusted ? 0 : opts->npermitlisten)) != 0) in sshauthopt_serialise()
/openbsd/etc/signify/
H A Dopenbsd-71-base.pub1 untrusted comment: openbsd 7.1 public key
H A Dopenbsd-73-base.pub1 untrusted comment: openbsd 7.3 public key
H A Dopenbsd-73-fw.pub1 untrusted comment: OpenBSD 7.3 firmware public key
H A Dopenbsd-76-pkg.pub1 untrusted comment: OpenBSD 7.6 packages public key
H A Dopenbsd-72-base.pub1 untrusted comment: openbsd 7.2 public key
H A Dopenbsd-72-fw.pub1 untrusted comment: OpenBSD 7.2 firmware public key
H A Dopenbsd-73-pkg.pub1 untrusted comment: OpenBSD 7.3 packages public key
H A Dopenbsd-73-syspatch.pub1 untrusted comment: OpenBSD 7.3 syspatch public key
H A Dopenbsd-74-base.pub1 untrusted comment: openbsd 7.4 public key
H A Dopenbsd-74-syspatch.pub1 untrusted comment: OpenBSD 7.4 syspatch public key
H A Dopenbsd-74-fw.pub1 untrusted comment: OpenBSD 7.4 firmware public key
H A Dopenbsd-75-base.pub1 untrusted comment: openbsd 7.5 base public key
H A Dopenbsd-75-fw.pub1 untrusted comment: OpenBSD 7.5 firmware public key
H A Dopenbsd-76-base.pub1 untrusted comment: openbsd 7.6 base public key
H A Dopenbsd-76-fw.pub1 untrusted comment: OpenBSD 7.6 firmware public key
H A Dopenbsd-76-syspatch.pub1 untrusted comment: OpenBSD 7.6 syspatch public key
H A Dopenbsd-77-base.pub1 untrusted comment: openbsd 7.7 base public key
H A Dopenbsd-77-fw.pub1 untrusted comment: OpenBSD 7.7 firmware public key
/openbsd/regress/usr.bin/signify/
H A Dforgery.txt.sig1 untrusted comment: signify signature
H A Dregresskey.pub1 untrusted comment: signify public key

123