diff options
author | tb <> | 2020-06-24 06:03:22 +0000 |
---|---|---|
committer | tb <> | 2020-06-24 06:03:22 +0000 |
commit | e2ab506451a88600ca5dba29aff8b3d0cd203f01 (patch) | |
tree | 98a29bef2ce0a03e2c662e7c61e8c00975df2c2f /src | |
parent | faeaa8fe60aa33ea4f760d99d98f7d94b765f0cc (diff) | |
download | openbsd-e2ab506451a88600ca5dba29aff8b3d0cd203f01.tar.gz openbsd-e2ab506451a88600ca5dba29aff8b3d0cd203f01.tar.bz2 openbsd-e2ab506451a88600ca5dba29aff8b3d0cd203f01.zip |
Add test-ffdhe-expected-params.py
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"), |