diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index c0d172ac05..81c6ac14d2 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.9 2020/06/19 21:29:41 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.10 2020/06/24 06:03:22 tb Exp $ |
| 2 | # | 2 | # |
| 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
| 4 | # | 4 | # |
| @@ -327,6 +327,7 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [ | |||
| 327 | Test("test-encrypt-then-mac-renegotiation.py"), | 327 | Test("test-encrypt-then-mac-renegotiation.py"), |
| 328 | Test("test-encrypt-then-mac.py"), | 328 | Test("test-encrypt-then-mac.py"), |
| 329 | Test("test-extended-master-secret-extension.py"), | 329 | Test("test-extended-master-secret-extension.py"), |
| 330 | Test("test-ffdhe-expected-params.py"), | ||
| 330 | Test("test-ffdhe-negotiation.py"), | 331 | Test("test-ffdhe-negotiation.py"), |
| 331 | # unsupported. Expects the server to send the heartbeat extension | 332 | # unsupported. Expects the server to send the heartbeat extension |
| 332 | Test("test-heartbeat.py"), | 333 | Test("test-heartbeat.py"), |
