Link new ccs test to build
authortb <tb@openbsd.org>
Thu, 3 Aug 2023 20:13:12 +0000 (20:13 +0000)
committertb <tb@openbsd.org>
Thu, 3 Aug 2023 20:13:12 +0000 (20:13 +0000)
Exception needed since the test expects an unexpected_message alert, while
we throw a decode_error.

regress/lib/libssl/tlsfuzzer/tlsfuzzer.py

index aa7e384..a31c8fa 100644 (file)
@@ -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 <tb@openbsd.org>
 #
@@ -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",