summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2020-06-24 06:03:22 +0000
committertb <tb@openbsd.org>2020-06-24 06:03:22 +0000
commit599e2bd348ca19aa8e8e63285e5a28c88a244f2e (patch)
treef0200fdbd77960deffba215254af8577e4724344 /regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
parentFix botched format string in previous commit as spotted by robert@ (diff)
downloadwireguard-openbsd-599e2bd348ca19aa8e8e63285e5a28c88a244f2e.tar.xz
wireguard-openbsd-599e2bd348ca19aa8e8e63285e5a28c88a244f2e.zip
Add test-ffdhe-expected-params.py
Diffstat (limited to 'regress/lib/libssl/tlsfuzzer/tlsfuzzer.py')
-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"),