From: tb Date: Thu, 3 Aug 2023 20:13:12 +0000 (+0000) Subject: Link new ccs test to build X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=615b62e1894ea2dfd7654e41efd430c00eafe472;p=openbsd Link new ccs test to build Exception needed since the test expects an unexpected_message alert, while we throw a decode_error. --- diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index aa7e384e1fc..a31c8fae03c 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.50 2023/07/02 17:21:33 beck Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.51 2023/08/03 20:13:12 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -385,6 +385,12 @@ tls12_tests = TestGroup("TLSv1.2 tests", [ "-e", "2^14 bytes of AppData with 256 bytes of padding (SHA1 + Encrypt then MAC)", ] ), + Test( + "test-ccs.py", [ + "-x", "two bytes long CCS", + "-X", "does not match received \"decode_error\"", + ] + ), Test( "test-dhe-rsa-key-exchange-signatures.py", [ "-e", "TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA sha224 signature",