diff options
| author | tb <> | 2021-04-14 14:19:51 +0000 |
|---|---|---|
| committer | tb <> | 2021-04-14 14:19:51 +0000 |
| commit | 9f51f19bd284e9efcd767d52e21381f134dea6ca (patch) | |
| tree | 48e91b4150240f9cbad47fa0ac282dfa1df75b49 /src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | |
| parent | 6fe7b046675625d24b6c1a1913d40314d8f6d82a (diff) | |
| download | openbsd-9f51f19bd284e9efcd767d52e21381f134dea6ca.tar.gz openbsd-9f51f19bd284e9efcd767d52e21381f134dea6ca.tar.bz2 openbsd-9f51f19bd284e9efcd767d52e21381f134dea6ca.zip | |
move test-record-size-limit.py to unsupported
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 9048779777..4f0b508982 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.35 2021/04/14 13:37:59 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.36 2021/04/14 14:19:51 tb Exp $ |
| 2 | # | 2 | # |
| 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
| 4 | # | 4 | # |
| @@ -496,9 +496,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | |||
| 496 | # unexpected closure | 496 | # unexpected closure |
| 497 | Test("test-openssl-3712.py"), | 497 | Test("test-openssl-3712.py"), |
| 498 | 498 | ||
| 499 | # wants --reply-AD-size | ||
| 500 | Test("test-record-size-limit.py"), | ||
| 501 | |||
| 502 | # failed: 3 (expect an alert, we send AD) | 499 | # failed: 3 (expect an alert, we send AD) |
| 503 | # 'try insecure (legacy) renegotiation with incomplete GET' | 500 | # 'try insecure (legacy) renegotiation with incomplete GET' |
| 504 | # 'try secure renegotiation with GET after 2nd CH' | 501 | # 'try secure renegotiation with GET after 2nd CH' |
| @@ -550,6 +547,8 @@ tls12_unsupported_tests = TestGroup("TLSv1.2 for unsupported features", [ | |||
| 550 | # no ffdhe | 547 | # no ffdhe |
| 551 | Test("test-ffdhe-expected-params.py"), | 548 | Test("test-ffdhe-expected-params.py"), |
| 552 | Test("test-ffdhe-negotiation.py"), | 549 | Test("test-ffdhe-negotiation.py"), |
| 550 | # record_size_limit/max_fragment_length extension (RFC 8449) | ||
| 551 | Test("test-record-size-limit.py"), | ||
| 553 | # expects the server to send the heartbeat extension | 552 | # expects the server to send the heartbeat extension |
| 554 | Test("test-heartbeat.py"), | 553 | Test("test-heartbeat.py"), |
| 555 | ]) | 554 | ]) |
