diff options
author | tb <> | 2020-05-21 19:08:32 +0000 |
---|---|---|
committer | tb <> | 2020-05-21 19:08:32 +0000 |
commit | ca508c6601491c838675af698d0db8e82576bc6a (patch) | |
tree | 0d5f90706a4162e44e14380997d0a590e68f62c4 /src | |
parent | db06f99aaf5e25549858a1f679186ea97ba7537e (diff) | |
download | openbsd-ca508c6601491c838675af698d0db8e82576bc6a.tar.gz openbsd-ca508c6601491c838675af698d0db8e82576bc6a.tar.bz2 openbsd-ca508c6601491c838675af698d0db8e82576bc6a.zip |
beck fixed most of the keyupdate tests. update annotation
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 1098e049f6..963115217c 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.1 2020/05/21 10:38:43 tb Exp $ | 1 | # $OpenBSD: tlsfuzzer.py,v 1.2 2020/05/21 19:08:32 tb Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | # | 4 | # |
@@ -143,9 +143,14 @@ tls13_slow_failing_tests = TestGroup("slow, failing TLSv1.3 tests", [ | |||
143 | Test("test-tls13-shuffled-extentions.py"), # should reject 2nd CH | 143 | Test("test-tls13-shuffled-extentions.py"), # should reject 2nd CH |
144 | Test("test-tls13-unrecognised-groups.py"), # unexpected closure | 144 | Test("test-tls13-unrecognised-groups.py"), # unexpected closure |
145 | 145 | ||
146 | # systematic failures? | 146 | # 5 failures: |
147 | # TLSBadRecordMAC("Invalid tag, decryption failure") | 147 | # 'app data split, conversation with KeyUpdate msg' |
148 | # 'fragmented keyupdate msg' | ||
149 | # 'multiple KeyUpdate messages' | ||
150 | # 'post-handshake KeyUpdate msg with update_not_request' | ||
151 | # 'post-handshake KeyUpdate msg with update_request' | ||
148 | Test("test-tls13-keyupdate.py"), | 152 | Test("test-tls13-keyupdate.py"), |
153 | |||
149 | Test("test-tls13-symetric-ciphers.py"), # unexpected message from peer | 154 | Test("test-tls13-symetric-ciphers.py"), # unexpected message from peer |
150 | 155 | ||
151 | # 70 fail and 644 pass. For some reason the tests expect a decode_error | 156 | # 70 fail and 644 pass. For some reason the tests expect a decode_error |