summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 163db899c25..bb8aaa0bd20 100644
--- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/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 <tb@openbsd.org>
#
@@ -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