We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a492d56 commit 6a1d68fCopy full SHA for 6a1d68f
src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
1
-# $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 $
2
#
3
# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4
@@ -385,6 +385,12 @@ def generate_test_tls13_finished_args():
385
"-e", "2^14 bytes of AppData with 256 bytes of padding (SHA1 + Encrypt then MAC)",
386
]
387
),
388
+ Test(
389
+ "test-ccs.py", [
390
+ "-x", "two bytes long CCS",
391
+ "-X", "does not match received \"decode_error\"",
392
+ ]
393
+ ),
394
Test(
395
"test-dhe-rsa-key-exchange-signatures.py", [
396
"-e", "TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA sha224 signature",
0 commit comments