From ca508c6601491c838675af698d0db8e82576bc6a Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 21 May 2020 19:08:32 +0000 Subject: beck fixed most of the keyupdate tests. update annotation --- src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py') 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 @@ -# $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 # @@ -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 -- cgit v1.2.3-55-g6feb