-# $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 <tb@openbsd.org>
#
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", [
# 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,