diff options
author | 2020-05-21 19:08:32 +0000 | |
---|---|---|
committer | 2020-05-21 19:08:32 +0000 | |
commit | 071b89a86599a00b5e3b611a6eb92473601a0eea (patch) | |
tree | b1b53eda5d45bb3d315a7e08df70af4632f8db8e /regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | |
parent | Actually set the hrr flag when sending a HelloRetryRequest. (diff) | |
download | wireguard-openbsd-071b89a86599a00b5e3b611a6eb92473601a0eea.tar.xz wireguard-openbsd-071b89a86599a00b5e3b611a6eb92473601a0eea.zip |
beck fixed most of the keyupdate tests. update annotation
Diffstat (limited to 'regress/lib/libssl/tlsfuzzer/tlsfuzzer.py')
-rw-r--r-- | regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 1098e049f67..963115217cf 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.1 2020/05/21 10:38:43 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.2 2020/05/21 19:08:32 tb Exp $ # # Copyright (c) 2020 Theo Buehler <tb@openbsd.org> # @@ -143,9 +143,14 @@ tls13_slow_failing_tests = TestGroup("slow, failing TLSv1.3 tests", [ Test("test-tls13-shuffled-extentions.py"), # should reject 2nd CH Test("test-tls13-unrecognised-groups.py"), # unexpected closure - # systematic failures? - # TLSBadRecordMAC("Invalid tag, decryption failure") + # 5 failures: + # 'app data split, conversation with KeyUpdate msg' + # 'fragmented keyupdate msg' + # 'multiple KeyUpdate messages' + # 'post-handshake KeyUpdate msg with update_not_request' + # 'post-handshake KeyUpdate msg with update_request' Test("test-tls13-keyupdate.py"), + Test("test-tls13-symetric-ciphers.py"), # unexpected message from peer # 70 fail and 644 pass. For some reason the tests expect a decode_error |