diff options
author | tb <> | 2021-04-13 15:59:14 +0000 |
---|---|---|
committer | tb <> | 2021-04-13 15:59:14 +0000 |
commit | 89e5b0a2328a9bc2641ade0737c0acc7655f1739 (patch) | |
tree | 96afc17fc89ecb68cfb05d02a0cf6d70aea50223 /src | |
parent | 445aea1827ed13d166b29a49eb8066264a1f7512 (diff) | |
download | openbsd-89e5b0a2328a9bc2641ade0737c0acc7655f1739.tar.gz openbsd-89e5b0a2328a9bc2641ade0737c0acc7655f1739.tar.bz2 openbsd-89e5b0a2328a9bc2641ade0737c0acc7655f1739.zip |
enable test-large-hello.py as a slow test
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 5 |
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 | ||
394 | tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | 395 | tls12_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, |