From f02c3a153a3174df20562544e2c3c4181f404f52 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 13 Apr 2021 15:59:14 +0000 Subject: [PATCH] enable test-large-hello.py as a slow test --- regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 2d389467377..608163b9365 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.31 2021/04/13 15:53:20 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.32 2021/04/13 15:59:14 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -389,6 +389,7 @@ tls12_slow_tests = TestGroup("slow TLSv1.2 tests", [ Test("test-dhe-no-shared-secret-padding.py", tls12_exclude_legacy_protocols), Test("test-ecdhe-padded-shared-secret.py", tls12_exclude_legacy_protocols), Test("test-ecdhe-rsa-key-share-random.py", tls12_exclude_legacy_protocols), + Test("test-large-hello.py"), ]) tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ @@ -466,8 +467,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ # again illegal_parameter vs unrecognized_name Test("test-invalid-server-name-extension.py"), - Test("test-large-hello.py"), - # 14 pass # 7 fail # 'n extensions', n in 4095, 4096, 4097, 8191, 8192, 8193, 16383, -- 2.20.1