From d6c38334c76a7042ac410d9c080bd2a638063cef Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 15 Aug 2020 16:17:55 +0000 Subject: enable jsing's zero content type test --- src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 163db899c2..bb8aaa0bd2 100644 --- a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.13 2020/08/08 10:21:22 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.14 2020/08/15 16:17:55 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -80,6 +80,7 @@ tls13_tests = TestGroup("TLSv1.3 tests", [ Test("test-tls13-nociphers.py"), Test("test-tls13-record-padding.py"), Test("test-tls13-shuffled-extentions.py"), + Test("test-tls13-zero-content-type.py"), # The skipped tests fail due to a bug in BIO_gets() which masks the retry # signalled from an SSL_read() failure. Testing with httpd(8) shows we're -- cgit v1.2.3-55-g6feb