summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/verify.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/verify.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/verify.c')
-rw-r--r--src/regress/lib/libcrypto/x509/verify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/verify.c b/src/regress/lib/libcrypto/x509/verify.c
index 74ba603a22..3a3c9b0197 100644
--- a/src/regress/lib/libcrypto/x509/verify.c
+++ b/src/regress/lib/libcrypto/x509/verify.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: verify.c,v 1.7 2021/08/28 15:13:50 beck Exp $ */ 1/* $OpenBSD: verify.c,v 1.8 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>
@@ -396,6 +396,7 @@ struct verify_cert_test verify_cert_tests[] = {
396 { 396 {
397 .id = "13a", 397 .id = "13a",
398 .want_chains = 1, 398 .want_chains = 1,
399 .failing = 1,
399 }, 400 },
400}; 401};
401 402