diff options
| author | tb <> | 2021-04-13 15:35:20 +0000 |
|---|---|---|
| committer | tb <> | 2021-04-13 15:35:20 +0000 |
| commit | 08de9e55b06ae8b76ae5335fa8ac50b036799654 (patch) | |
| tree | 2c26dd53c4a6a74e6109b5cd1fc7b233d9ddfae2 /src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | |
| parent | 7d1a2a60100b5104532cc2cc1b5d6f28551be015 (diff) | |
| download | openbsd-08de9e55b06ae8b76ae5335fa8ac50b036799654.tar.gz openbsd-08de9e55b06ae8b76ae5335fa8ac50b036799654.tar.bz2 openbsd-08de9e55b06ae8b76ae5335fa8ac50b036799654.zip | |
annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expected
alerts and where to add them.
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 5 |
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 |
