diff options
author | 2020-08-15 16:17:55 +0000 | |
---|---|---|
committer | 2020-08-15 16:17:55 +0000 | |
commit | 2d88ab109743812a9c7588a1890dec713c575344 (patch) | |
tree | 3a77b7ea212d86b2cb4c7a8df51abb9dbb98e36a /regress/lib/libssl/tlsfuzzer | |
parent | Print ddr52 and hs200 indicators if those modes are supported. (diff) | |
download | wireguard-openbsd-2d88ab109743812a9c7588a1890dec713c575344.tar.xz wireguard-openbsd-2d88ab109743812a9c7588a1890dec713c575344.zip |
enable jsing's zero content type test
Diffstat (limited to 'regress/lib/libssl/tlsfuzzer')
-rw-r--r-- | regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 3 |
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 |