diff options
author | tb <> | 2021-04-14 14:29:16 +0000 |
---|---|---|
committer | tb <> | 2021-04-14 14:29:16 +0000 |
commit | 0ea7a3e61641c0ca8a2ac7530f66cf546331e5d6 (patch) | |
tree | 9e2336abbc40145f5585255e1ff547f93c9fb565 /src | |
parent | d0baaa159b7bed5021aff013fe020b72891f35a5 (diff) | |
download | openbsd-0ea7a3e61641c0ca8a2ac7530f66cf546331e5d6.tar.gz openbsd-0ea7a3e61641c0ca8a2ac7530f66cf546331e5d6.tar.bz2 openbsd-0ea7a3e61641c0ca8a2ac7530f66cf546331e5d6.zip |
Enable test-tls13-keyupdate.py
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 4f0b508982..733f2a7175 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.36 2021/04/14 14:19:51 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.37 2021/04/14 14:29:16 tb Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | # | 4 | # |
@@ -172,6 +172,7 @@ tls13_tests = TestGroup("TLSv1.3 tests", [ | |||
172 | Test("test-tls13-finished-plaintext.py"), | 172 | Test("test-tls13-finished-plaintext.py"), |
173 | Test("test-tls13-hrr.py"), | 173 | Test("test-tls13-hrr.py"), |
174 | Test("test-tls13-keyshare-omitted.py"), | 174 | Test("test-tls13-keyshare-omitted.py"), |
175 | Test("test-tls13-keyupdate.py"), | ||
175 | Test("test-tls13-legacy-version.py"), | 176 | Test("test-tls13-legacy-version.py"), |
176 | Test("test-tls13-nociphers.py"), | 177 | Test("test-tls13-nociphers.py"), |
177 | Test("test-tls13-record-padding.py"), | 178 | Test("test-tls13-record-padding.py"), |
@@ -267,14 +268,6 @@ tls13_slow_failing_tests = TestGroup("slow, failing TLSv1.3 tests", [ | |||
267 | # Other test failures bugs in keyshare/tlsext negotiation? | 268 | # Other test failures bugs in keyshare/tlsext negotiation? |
268 | Test("test-tls13-unrecognised-groups.py"), # unexpected closure | 269 | Test("test-tls13-unrecognised-groups.py"), # unexpected closure |
269 | 270 | ||
270 | # 5 failures: | ||
271 | # 'app data split, conversation with KeyUpdate msg' | ||
272 | # 'fragmented keyupdate msg' | ||
273 | # 'multiple KeyUpdate messages' | ||
274 | # 'post-handshake KeyUpdate msg with update_not_request' | ||
275 | # 'post-handshake KeyUpdate msg with update_request' | ||
276 | Test("test-tls13-keyupdate.py"), | ||
277 | |||
278 | Test("test-tls13-symetric-ciphers.py"), # unexpected message from peer | 271 | Test("test-tls13-symetric-ciphers.py"), # unexpected message from peer |
279 | 272 | ||
280 | # 6 tests fail: 'rsa_pkcs1_{md5,sha{1,224,256,384,512}} signature' | 273 | # 6 tests fail: 'rsa_pkcs1_{md5,sha{1,224,256,384,512}} signature' |