From 73f258f9ba46bd23fdea7bf744a0a7d49f0b087c Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 3 Aug 2023 20:13:12 +0000 Subject: Link new ccs test to build Exception needed since the test expects an unexpected_message alert, while we throw a decode_error. --- src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (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 aa7e384e1f..a31c8fae03 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.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", -- cgit v1.2.3-55-g6feb