From faeaa8fe60aa33ea4f760d99d98f7d94b765f0cc Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 19 Jun 2020 21:29:41 +0000 Subject: Enable lucky 13 test. --- src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: tlsfuzzer.py,v 1.8 2020/06/10 22:14:37 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.9 2020/06/19 21:29:41 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -236,6 +236,7 @@ tls12_tests = TestGroup("TLSv1.2 tests", [ Test("test-invalid-content-type.py"), Test("test-invalid-session-id.py"), Test("test-invalid-version.py"), + Test("test-lucky13.py"), Test("test-message-skipping.py"), Test("test-no-heartbeat.py"), Test("test-sessionID-resumption.py"), @@ -290,10 +291,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ # many tests fail due to unexpected server_name extension Test("test-bleichenbacher-workaround.py"), - # timeout: - # 'padding of length 255 (256 with the length byte), error at position 0' - Test("test-lucky13.py"), - # need client key and cert plus extra server setup Test("test-certificate-malformed.py"), Test("test-certificate-request.py"), -- cgit v1.2.3-55-g6feb