Skip to content

Commit 6a1d68f

Browse files
author
tb
committed
Link new ccs test to build
Exception needed since the test expects an unexpected_message alert, while we throw a decode_error.
1 parent a492d56 commit 6a1d68f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: tlsfuzzer.py,v 1.50 2023/07/02 17:21:33 beck Exp $
1+
# $OpenBSD: tlsfuzzer.py,v 1.51 2023/08/03 20:13:12 tb Exp $
22
#
33
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
44
#
@@ -385,6 +385,12 @@ def generate_test_tls13_finished_args():
385385
"-e", "2^14 bytes of AppData with 256 bytes of padding (SHA1 + Encrypt then MAC)",
386386
]
387387
),
388+
Test(
389+
"test-ccs.py", [
390+
"-x", "two bytes long CCS",
391+
"-X", "does not match received \"decode_error\"",
392+
]
393+
),
388394
Test(
389395
"test-dhe-rsa-key-exchange-signatures.py", [
390396
"-e", "TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA sha224 signature",

0 commit comments

Comments
 (0)