summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index a1487b1431..2764a5b114 100644
--- a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
1# $OpenBSD: tlsfuzzer.py,v 1.28 2021/04/08 17:11:43 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.29 2021/04/13 15:35:20 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -418,7 +418,8 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
418 # unknown signature algorithms 418 # unknown signature algorithms
419 Test("test-clienthello-md5.py"), 419 Test("test-clienthello-md5.py"),
420 420
421 # Tests expect an illegal_parameter alert 421 # Tests expect an illegal_parameter or a decode_error alert. Should be
422 * added to ssl3_get_client_key_exchange on kex function failure.
422 Test("test-ecdhe-rsa-key-exchange-with-bad-messages.py"), 423 Test("test-ecdhe-rsa-key-exchange-with-bad-messages.py"),
423 424
424 # We send a handshake_failure while the test expects to succeed 425 # We send a handshake_failure while the test expects to succeed