From 4d9e4bf98507e06bad668144427cf68cb0142e0f Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 14 Apr 2021 14:19:51 +0000 Subject: [PATCH] move test-record-size-limit.py to unsupported --- regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 90487797771..4f0b5089829 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.35 2021/04/14 13:37:59 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.36 2021/04/14 14:19:51 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -496,9 +496,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ # unexpected closure Test("test-openssl-3712.py"), - # wants --reply-AD-size - Test("test-record-size-limit.py"), - # failed: 3 (expect an alert, we send AD) # 'try insecure (legacy) renegotiation with incomplete GET' # 'try secure renegotiation with GET after 2nd CH' @@ -550,6 +547,8 @@ tls12_unsupported_tests = TestGroup("TLSv1.2 for unsupported features", [ # no ffdhe Test("test-ffdhe-expected-params.py"), Test("test-ffdhe-negotiation.py"), + # record_size_limit/max_fragment_length extension (RFC 8449) + Test("test-record-size-limit.py"), # expects the server to send the heartbeat extension Test("test-heartbeat.py"), ]) -- 2.20.1