diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-08-15 16:17:56 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-08-15 16:17:56 +0000 |
commit | e635d16b11c511b728951508ef2f713d500874a0 (patch) | |
tree | 2d4d044e290b92ea2f7fc188bf842bdb4e5a72ba /regress/lib | |
parent | de2d2ad594ee08ea84bf772255792c07ca097578 (diff) |
enable jsing's zero content type test
Diffstat (limited to 'regress/lib')
-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 |