summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2020-06-24 06:03:23 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2020-06-24 06:03:23 +0000
commitfeec4dc0a62f0ccdb7b66cb925fda862a119a31b (patch)
tree8b8066de2f168af50cee3e135936f934b6f36c89 /regress
parenta837487d4c00fe60455cdec2e705d23e5da5f494 (diff)
Add test-ffdhe-expected-params.py
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libssl/tlsfuzzer/tlsfuzzer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index c0d172ac05d..81c6ac14d21 100644
--- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
-# $OpenBSD: tlsfuzzer.py,v 1.9 2020/06/19 21:29:41 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.10 2020/06/24 06:03:22 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
@@ -327,6 +327,7 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
Test("test-encrypt-then-mac-renegotiation.py"),
Test("test-encrypt-then-mac.py"),
Test("test-extended-master-secret-extension.py"),
+ Test("test-ffdhe-expected-params.py"),
Test("test-ffdhe-negotiation.py"),
# unsupported. Expects the server to send the heartbeat extension
Test("test-heartbeat.py"),