diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2021-09-30 18:28:39 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2021-09-30 18:28:39 +0000 |
commit | 573c80004c35d0eded80fcac00d38e9e5a06e865 (patch) | |
tree | 76cf95766843ef4bc638d4e1b5da8eeea838d8c2 /regress/lib | |
parent | 747a3b08bac1de6b202fe9d4086fda086e861920 (diff) |
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 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/x509/callback.c | 3 | ||||
-rw-r--r-- | regress/lib/libcrypto/x509/verify.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/x509/callback.c b/regress/lib/libcrypto/x509/callback.c index f7cb546d5c5..e31d1b826b4 100644 --- a/regress/lib/libcrypto/x509/callback.c +++ b/regress/lib/libcrypto/x509/callback.c @@ -1,4 +1,4 @@ -/* $OpenBSD: callback.c,v 1.1 2021/09/01 08:12:15 beck Exp $ */ +/* $OpenBSD: callback.c,v 1.2 2021/09/30 18:28:38 jsing Exp $ */ /* * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org> @@ -342,6 +342,7 @@ struct verify_cert_test verify_cert_tests[] = { { .id = "13a", .want_chains = 1, + .failing = 1, }, }; diff --git a/regress/lib/libcrypto/x509/verify.c b/regress/lib/libcrypto/x509/verify.c index 74ba603a227..3a3c9b01976 100644 --- a/regress/lib/libcrypto/x509/verify.c +++ b/regress/lib/libcrypto/x509/verify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: verify.c,v 1.7 2021/08/28 15:13:50 beck Exp $ */ +/* $OpenBSD: verify.c,v 1.8 2021/09/30 18:28:38 jsing Exp $ */ /* * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org> @@ -396,6 +396,7 @@ struct verify_cert_test verify_cert_tests[] = { { .id = "13a", .want_chains = 1, + .failing = 1, }, }; |