diff options
author | tb <> | 2020-06-19 21:29:41 +0000 |
---|---|---|
committer | tb <> | 2020-06-19 21:29:41 +0000 |
commit | faeaa8fe60aa33ea4f760d99d98f7d94b765f0cc (patch) | |
tree | 0274bb5575010923a8ab6048dba558185a8a8441 /src | |
parent | 4874610e087dfc56cd25acdca3ddba4d533bbe02 (diff) | |
download | openbsd-faeaa8fe60aa33ea4f760d99d98f7d94b765f0cc.tar.gz openbsd-faeaa8fe60aa33ea4f760d99d98f7d94b765f0cc.tar.bz2 openbsd-faeaa8fe60aa33ea4f760d99d98f7d94b765f0cc.zip |
Enable lucky 13 test.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 76444a6988..c0d172ac05 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.8 2020/06/10 22:14:37 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.9 2020/06/19 21:29:41 tb Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | # | 4 | # |
@@ -236,6 +236,7 @@ tls12_tests = TestGroup("TLSv1.2 tests", [ | |||
236 | Test("test-invalid-content-type.py"), | 236 | Test("test-invalid-content-type.py"), |
237 | Test("test-invalid-session-id.py"), | 237 | Test("test-invalid-session-id.py"), |
238 | Test("test-invalid-version.py"), | 238 | Test("test-invalid-version.py"), |
239 | Test("test-lucky13.py"), | ||
239 | Test("test-message-skipping.py"), | 240 | Test("test-message-skipping.py"), |
240 | Test("test-no-heartbeat.py"), | 241 | Test("test-no-heartbeat.py"), |
241 | Test("test-sessionID-resumption.py"), | 242 | Test("test-sessionID-resumption.py"), |
@@ -290,10 +291,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | |||
290 | # many tests fail due to unexpected server_name extension | 291 | # many tests fail due to unexpected server_name extension |
291 | Test("test-bleichenbacher-workaround.py"), | 292 | Test("test-bleichenbacher-workaround.py"), |
292 | 293 | ||
293 | # timeout: | ||
294 | # 'padding of length 255 (256 with the length byte), error at position 0' | ||
295 | Test("test-lucky13.py"), | ||
296 | |||
297 | # need client key and cert plus extra server setup | 294 | # need client key and cert plus extra server setup |
298 | Test("test-certificate-malformed.py"), | 295 | Test("test-certificate-malformed.py"), |
299 | Test("test-certificate-request.py"), | 296 | Test("test-certificate-request.py"), |