summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2020-06-24 07:29:21 +0000
committertb <>2020-06-24 07:29:21 +0000
commite0a080f319fff8cae4f1dac3c32207cf5d8688cb (patch)
treec67230a49d20845e8825c0a4fd8c5e6d96b80b27 /src
parent1b5079de613ae3744d2654a6d70ce52644fc66eb (diff)
downloadopenbsd-e0a080f319fff8cae4f1dac3c32207cf5d8688cb.tar.gz
openbsd-e0a080f319fff8cae4f1dac3c32207cf5d8688cb.tar.bz2
openbsd-e0a080f319fff8cae4f1dac3c32207cf5d8688cb.zip
enable test-tls13-keyshare-omitted.py
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 81c6ac14d2..1406b6039f 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.10 2020/06/24 06:03:22 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.11 2020/06/24 07:29:21 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -76,6 +76,7 @@ tls13_tests = TestGroup("TLSv1.3 tests", [
76 Test("test-tls13-empty-alert.py"), 76 Test("test-tls13-empty-alert.py"),
77 Test("test-tls13-finished-plaintext.py"), 77 Test("test-tls13-finished-plaintext.py"),
78 Test("test-tls13-hrr.py"), 78 Test("test-tls13-hrr.py"),
79 Test("test-tls13-keyshare-omitted.py"),
79 Test("test-tls13-legacy-version.py"), 80 Test("test-tls13-legacy-version.py"),
80 Test("test-tls13-nociphers.py"), 81 Test("test-tls13-nociphers.py"),
81 Test("test-tls13-record-padding.py"), 82 Test("test-tls13-record-padding.py"),
@@ -128,10 +129,6 @@ tls13_failing_tests = TestGroup("failing TLSv1.3 tests", [
128 Test("test-tls13-crfg-curves.py"), 129 Test("test-tls13-crfg-curves.py"),
129 Test("test-tls13-ecdhe-curves.py"), 130 Test("test-tls13-ecdhe-curves.py"),
130 131
131 # Expects a missing_extensions alert
132 # AssertionError: Unexpected message from peer: Handshake(server_hello)
133 Test("test-tls13-keyshare-omitted.py"),
134
135 # https://github.com/openssl/openssl/issues/8369 132 # https://github.com/openssl/openssl/issues/8369
136 Test("test-tls13-obsolete-curves.py"), 133 Test("test-tls13-obsolete-curves.py"),
137 134