summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 2d38946737..608163b936 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.31 2021/04/13 15:53:20 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.32 2021/04/13 15:59:14 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -389,6 +389,7 @@ tls12_slow_tests = TestGroup("slow TLSv1.2 tests", [
389 Test("test-dhe-no-shared-secret-padding.py", tls12_exclude_legacy_protocols), 389 Test("test-dhe-no-shared-secret-padding.py", tls12_exclude_legacy_protocols),
390 Test("test-ecdhe-padded-shared-secret.py", tls12_exclude_legacy_protocols), 390 Test("test-ecdhe-padded-shared-secret.py", tls12_exclude_legacy_protocols),
391 Test("test-ecdhe-rsa-key-share-random.py", tls12_exclude_legacy_protocols), 391 Test("test-ecdhe-rsa-key-share-random.py", tls12_exclude_legacy_protocols),
392 Test("test-large-hello.py"),
392]) 393])
393 394
394tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ 395tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
@@ -466,8 +467,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
466 # again illegal_parameter vs unrecognized_name 467 # again illegal_parameter vs unrecognized_name
467 Test("test-invalid-server-name-extension.py"), 468 Test("test-invalid-server-name-extension.py"),
468 469
469 Test("test-large-hello.py"),
470
471 # 14 pass 470 # 14 pass
472 # 7 fail 471 # 7 fail
473 # 'n extensions', n in 4095, 4096, 4097, 8191, 8192, 8193, 16383, 472 # 'n extensions', n in 4095, 4096, 4097, 8191, 8192, 8193, 16383,