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/callback.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/x509/callback.c') 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 @@ -/* $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 * Copyright (c) 2020-2021 Bob Beck @@ -342,6 +342,7 @@ struct verify_cert_test verify_cert_tests[] = { { .id = "13a", .want_chains = 1, + .failing = 1, }, }; -- cgit v1.2.3-55-g6feb