summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2020-08-15 16:17:55 +0000
committertb <>2020-08-15 16:17:55 +0000
commitd6c38334c76a7042ac410d9c080bd2a638063cef (patch)
tree8097be371fcd0a663f7eb5354583a61ebc57a151 /src
parent2128dab3e544b255acfd4d5fbd95244a053dd361 (diff)
downloadopenbsd-d6c38334c76a7042ac410d9c080bd2a638063cef.tar.gz
openbsd-d6c38334c76a7042ac410d9c080bd2a638063cef.tar.bz2
openbsd-d6c38334c76a7042ac410d9c080bd2a638063cef.zip
enable jsing's zero content type test
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: tlsfuzzer.py,v 1.13 2020/08/08 10:21:22 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.14 2020/08/15 16:17:55 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -80,6 +80,7 @@ tls13_tests = TestGroup("TLSv1.3 tests", [
80 Test("test-tls13-nociphers.py"), 80 Test("test-tls13-nociphers.py"),
81 Test("test-tls13-record-padding.py"), 81 Test("test-tls13-record-padding.py"),
82 Test("test-tls13-shuffled-extentions.py"), 82 Test("test-tls13-shuffled-extentions.py"),
83 Test("test-tls13-zero-content-type.py"),
83 84
84 # The skipped tests fail due to a bug in BIO_gets() which masks the retry 85 # The skipped tests fail due to a bug in BIO_gets() which masks the retry
85 # signalled from an SSL_read() failure. Testing with httpd(8) shows we're 86 # signalled from an SSL_read() failure. Testing with httpd(8) shows we're