From 48eb9341f2a2c6b9c06913ea1a3b5489212973d6 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 26 Mar 2021 22:35:17 +0000 Subject: [PATCH] Add test-sig-algs-renegotiation-resumption.py This test currently fails but may soon be fixed. --- regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index e9263231a81..9c2f28f2934 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.24 2021/03/20 12:17:45 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.25 2021/03/26 22:35:17 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -526,6 +526,10 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ # 'rsa_pss_pss_sha512 only' Test("test-sig-algs.py"), + # Without --sig-algs-drop-ok, two tests fail since we do not currently + # implement the signature_algorithms_cert extension (although we MUST). + Test("test-sig-algs-renegotiation-resumption.py", ["--sig-algs-drop-ok"]), + # 13 failures: # 'duplicated n non-rsa schemes' for n in 202 2342 8119 23741 32744 # 'empty list of signature methods' -- 2.20.1