diff options
| author | tb <> | 2020-08-15 16:17:55 +0000 |
|---|---|---|
| committer | tb <> | 2020-08-15 16:17:55 +0000 |
| commit | 1e1f1b416112bdc25bd5597ab365118329e343e8 (patch) | |
| tree | 8097be371fcd0a663f7eb5354583a61ebc57a151 /src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | |
| parent | 857ee82ee896857becfb34ea428f8e8688eb3a13 (diff) | |
| download | openbsd-1e1f1b416112bdc25bd5597ab365118329e343e8.tar.gz openbsd-1e1f1b416112bdc25bd5597ab365118329e343e8.tar.bz2 openbsd-1e1f1b416112bdc25bd5597ab365118329e343e8.zip | |
enable jsing's zero content type test
Diffstat (limited to 'src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py')
| -rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 3 |
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 |
