diff options
author | jsing <> | 2021-09-30 18:28:38 +0000 |
---|---|---|
committer | jsing <> | 2021-09-30 18:28:38 +0000 |
commit | 46c9d34fa953973adff355e0bdbd0bb80723ba11 (patch) | |
tree | 1995efd95441832e2c1f4b06337e3e8945b8284c /src/regress/lib/libcrypto | |
parent | df605a0a04ab9d184a3ac9938209976a2a2c4c81 (diff) | |
download | openbsd-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')
-rw-r--r-- | src/regress/lib/libcrypto/x509/callback.c | 3 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/x509/verify.c | 3 |
2 files changed, 4 insertions, 2 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 | ||
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 | ||