summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2020-06-24 07:29:22 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2020-06-24 07:29:22 +0000
commit82a7cfacc2ff23c84f963b7992bd1e95b463b4b7 (patch)
tree6d723e39735744bc0da46e23f9a77d89148c9843 /regress
parent2496ac42fbedb726f4debe353d729ec4841d7ff0 (diff)
enable test-tls13-keyshare-omitted.py
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libssl/tlsfuzzer/tlsfuzzer.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 81c6ac14d21..1406b6039f0 100644
--- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
-# $OpenBSD: tlsfuzzer.py,v 1.10 2020/06/24 06:03:22 tb Exp $
+# $OpenBSD: tlsfuzzer.py,v 1.11 2020/06/24 07:29:21 tb Exp $
#
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
#
@@ -76,6 +76,7 @@ tls13_tests = TestGroup("TLSv1.3 tests", [
Test("test-tls13-empty-alert.py"),
Test("test-tls13-finished-plaintext.py"),
Test("test-tls13-hrr.py"),
+ Test("test-tls13-keyshare-omitted.py"),
Test("test-tls13-legacy-version.py"),
Test("test-tls13-nociphers.py"),
Test("test-tls13-record-padding.py"),
@@ -128,10 +129,6 @@ tls13_failing_tests = TestGroup("failing TLSv1.3 tests", [
Test("test-tls13-crfg-curves.py"),
Test("test-tls13-ecdhe-curves.py"),
- # Expects a missing_extensions alert
- # AssertionError: Unexpected message from peer: Handshake(server_hello)
- Test("test-tls13-keyshare-omitted.py"),
-
# https://github.com/openssl/openssl/issues/8369
Test("test-tls13-obsolete-curves.py"),