From 82a7cfacc2ff23c84f963b7992bd1e95b463b4b7 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 24 Jun 2020 07:29:22 +0000 Subject: enable test-tls13-keyshare-omitted.py --- regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'regress') 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 # @@ -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"), -- cgit v1.2.3