diff options
author | tb <> | 2021-04-08 17:11:43 +0000 |
---|---|---|
committer | tb <> | 2021-04-08 17:11:43 +0000 |
commit | 79d1cf85d77337e59586c0140fd320d7e583288a (patch) | |
tree | 9a1b1237a7cf6de14ed8efd5934a03a26b41d5fd /src | |
parent | 1ff6ebe4aa0a51558d12a52b713d6dfdc4486249 (diff) | |
download | openbsd-79d1cf85d77337e59586c0140fd320d7e583288a.tar.gz openbsd-79d1cf85d77337e59586c0140fd320d7e583288a.tar.bz2 openbsd-79d1cf85d77337e59586c0140fd320d7e583288a.zip |
Enable test-cve-2016-6309.py
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 0c33b9bc60..a1487b1431 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.27 2021/03/28 18:12:09 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.28 2021/04/08 17:11:43 tb Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | # | 4 | # |
@@ -326,6 +326,7 @@ tls12_tests = TestGroup("TLSv1.2 tests", [ | |||
326 | Test("test-chacha20.py"), | 326 | Test("test-chacha20.py"), |
327 | Test("test-conversation.py"), | 327 | Test("test-conversation.py"), |
328 | Test("test-cve-2016-2107.py"), | 328 | Test("test-cve-2016-2107.py"), |
329 | Test("test-cve-2016-6309.py"), | ||
329 | Test("test-dhe-rsa-key-exchange.py"), | 330 | Test("test-dhe-rsa-key-exchange.py"), |
330 | Test("test-dhe-rsa-key-exchange-with-bad-messages.py"), | 331 | Test("test-dhe-rsa-key-exchange-with-bad-messages.py"), |
331 | Test("test-early-application-data.py"), | 332 | Test("test-early-application-data.py"), |
@@ -416,8 +417,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | |||
416 | Test("test-client-hello-max-size.py"), | 417 | Test("test-client-hello-max-size.py"), |
417 | # unknown signature algorithms | 418 | # unknown signature algorithms |
418 | Test("test-clienthello-md5.py"), | 419 | Test("test-clienthello-md5.py"), |
419 | # abrupt closure | ||
420 | Test("test-cve-2016-6309.py"), | ||
421 | 420 | ||
422 | # Tests expect an illegal_parameter alert | 421 | # Tests expect an illegal_parameter alert |
423 | Test("test-ecdhe-rsa-key-exchange-with-bad-messages.py"), | 422 | Test("test-ecdhe-rsa-key-exchange-with-bad-messages.py"), |