diff options
| author | tb <> | 2021-04-14 13:37:59 +0000 | 
|---|---|---|
| committer | tb <> | 2021-04-14 13:37:59 +0000 | 
| commit | 6fe7b046675625d24b6c1a1913d40314d8f6d82a (patch) | |
| tree | 0e5adda5c0065e67272be3c59da0c44d92c18d35 /src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | |
| parent | 7b101f71c5b37206fa9f2c9959a02931771a65e8 (diff) | |
| download | openbsd-6fe7b046675625d24b6c1a1913d40314d8f6d82a.tar.gz openbsd-6fe7b046675625d24b6c1a1913d40314d8f6d82a.tar.bz2 openbsd-6fe7b046675625d24b6c1a1913d40314d8f6d82a.zip  | |
enable test-record-layer-fragmentation.py
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 9 | 
1 files changed, 2 insertions, 7 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index ef1e24e508..9048779777 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.34 2021/04/14 13:06:53 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.35 2021/04/14 13:37:59 tb Exp $ | 
| 2 | # | 2 | # | 
| 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 
| 4 | # | 4 | # | 
| @@ -347,6 +347,7 @@ tls12_tests = TestGroup("TLSv1.2 tests", [ | |||
| 347 | Test("test-lucky13.py"), | 347 | Test("test-lucky13.py"), | 
| 348 | Test("test-message-skipping.py"), | 348 | Test("test-message-skipping.py"), | 
| 349 | Test("test-no-heartbeat.py"), | 349 | Test("test-no-heartbeat.py"), | 
| 350 | Test("test-record-layer-fragmentation.py"), | ||
| 350 | Test("test-sessionID-resumption.py"), | 351 | Test("test-sessionID-resumption.py"), | 
| 351 | Test("test-sslv2-connection.py"), | 352 | Test("test-sslv2-connection.py"), | 
| 352 | Test("test-truncating-of-finished.py"), | 353 | Test("test-truncating-of-finished.py"), | 
| @@ -495,12 +496,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | |||
| 495 | # unexpected closure | 496 | # unexpected closure | 
| 496 | Test("test-openssl-3712.py"), | 497 | Test("test-openssl-3712.py"), | 
| 497 | 498 | ||
| 498 | # 3 failures: | ||
| 499 | # 'big, needs fragmentation: max fragment - 16336B extension' | ||
| 500 | # 'big, needs fragmentation: max fragment - 32768B extension' | ||
| 501 | # 'maximum size: max fragment - 65531B extension' | ||
| 502 | Test("test-record-layer-fragmentation.py"), | ||
| 503 | |||
| 504 | # wants --reply-AD-size | 499 | # wants --reply-AD-size | 
| 505 | Test("test-record-size-limit.py"), | 500 | Test("test-record-size-limit.py"), | 
| 506 | 501 | ||
