summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/callback.c
diff options
context:
space:
mode:
authorjsing <>2021-09-30 18:28:38 +0000
committerjsing <>2021-09-30 18:28:38 +0000
commit46c9d34fa953973adff355e0bdbd0bb80723ba11 (patch)
tree1995efd95441832e2c1f4b06337e3e8945b8284c /src/regress/lib/libcrypto/x509/callback.c
parentdf605a0a04ab9d184a3ac9938209976a2a2c4c81 (diff)
downloadopenbsd-46c9d34fa953973adff355e0bdbd0bb80723ba11.tar.gz
openbsd-46c9d34fa953973adff355e0bdbd0bb80723ba11.tar.bz2
openbsd-46c9d34fa953973adff355e0bdbd0bb80723ba11.zip
Mark another test as failing with the legacy verifier.
This test now fails with the legacy verifier, due to X509_V_FLAG_TRUSTED_FIRST being enabled by default.
Diffstat (limited to 'src/regress/lib/libcrypto/x509/callback.c')
-rw-r--r--src/regress/lib/libcrypto/x509/callback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/callback.c b/src/regress/lib/libcrypto/x509/callback.c
index f7cb546d5c..e31d1b826b 100644
--- a/src/regress/lib/libcrypto/x509/callback.c
+++ b/src/regress/lib/libcrypto/x509/callback.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: callback.c,v 1.1 2021/09/01 08:12:15 beck Exp $ */ 1/* $OpenBSD: callback.c,v 1.2 2021/09/30 18:28:38 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -342,6 +342,7 @@ struct verify_cert_test verify_cert_tests[] = {
342 { 342 {
343 .id = "13a", 343 .id = "13a",
344 .want_chains = 1, 344 .want_chains = 1,
345 .failing = 1,
345 }, 346 },
346}; 347};
347 348