diff options
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 7276e9444c..d44dee4333 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.41 2021/09/02 19:46:44 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.42 2021/09/03 13:26:20 tb Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | # | 4 | # |
@@ -337,6 +337,7 @@ tls12_tests = TestGroup("TLSv1.2 tests", [ | |||
337 | Test("test-dhe-rsa-key-exchange-with-bad-messages.py"), | 337 | Test("test-dhe-rsa-key-exchange-with-bad-messages.py"), |
338 | Test("test-early-application-data.py"), | 338 | Test("test-early-application-data.py"), |
339 | Test("test-empty-extensions.py"), | 339 | Test("test-empty-extensions.py"), |
340 | Test("test-extensions.py"), | ||
340 | Test("test-fuzzed-MAC.py"), | 341 | Test("test-fuzzed-MAC.py"), |
341 | Test("test-fuzzed-ciphertext.py"), | 342 | Test("test-fuzzed-ciphertext.py"), |
342 | Test("test-fuzzed-finished.py"), | 343 | Test("test-fuzzed-finished.py"), |
@@ -450,11 +451,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | |||
450 | # no shared cipher | 451 | # no shared cipher |
451 | Test("test-ecdsa-sig-flexibility.py"), | 452 | Test("test-ecdsa-sig-flexibility.py"), |
452 | 453 | ||
453 | # 29 succeed, 263 fail: | ||
454 | # 'n extensions', 'n extensions last empty' n in 4086, 4096, 8192, 16383 | ||
455 | # 'fuzz ext length to n' n in [0..255] with the exception of 41... | ||
456 | Test("test-extensions.py"), | ||
457 | |||
458 | # Tests expect SH but we send unexpected_message or handshake_failure | 454 | # Tests expect SH but we send unexpected_message or handshake_failure |
459 | # 'Application data inside Client Hello' | 455 | # 'Application data inside Client Hello' |
460 | # 'Application data inside Client Key Exchange' | 456 | # 'Application data inside Client Key Exchange' |