From 46c9d34fa953973adff355e0bdbd0bb80723ba11 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 30 Sep 2021 18:28:38 +0000 Subject: 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. --- src/regress/lib/libcrypto/x509/verify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/x509/verify.c') 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 @@ -/* $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 * Copyright (c) 2020-2021 Bob Beck @@ -396,6 +396,7 @@ struct verify_cert_test verify_cert_tests[] = { { .id = "13a", .want_chains = 1, + .failing = 1, }, }; -- cgit v1.2.3-55-g6feb