summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-04-13 15:35:21 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-04-13 15:35:21 +0000
commit2e89c379ae7dd9fcc57b81b87a2593ee5ad291f4 (patch)
treed18c282e9a5299cbeab1a3bf963a17be83ab2d2b /regress
parentb0d45026da9c7d03ee9a2056a4c25ba91cc625f6 (diff)
annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expected
alerts and where to add them.
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libssl/tlsfuzzer/tlsfuzzer.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index a1487b14315..2764a5b114e 100644
--- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
-# $OpenBSD: tlsfuzzer.py,v 1.28 2021/04/08 17:11:43 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.29 2021/04/13 15:35:20 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
@@ -418,7 +418,8 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
# unknown signature algorithms
Test("test-clienthello-md5.py"),
- # Tests expect an illegal_parameter alert
+ # Tests expect an illegal_parameter or a decode_error alert. Should be
+ * added to ssl3_get_client_key_exchange on kex function failure.
Test("test-ecdhe-rsa-key-exchange-with-bad-messages.py"),
# We send a handshake_failure while the test expects to succeed