]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test that we ignore a bad record version in a plaintext TLSv1.3 record
authorMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2022 15:29:52 +0000 (16:29 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 29 Aug 2022 10:21:34 +0000 (12:21 +0200)
commit723844d3762c05727e8f6f21d0a1098e23302ebd
tree74dcb891ceffdf8cf406c06acb025dd8255c8c55
parent2093428834151ea4788aa773b5aa2d35e0bbc90a
Test that we ignore a bad record version in a plaintext TLSv1.3 record

The RFC requires us to ignore this field in plaintext records - so even
if it is set incorrectly we should tolerate it.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19058)
test/recipes/70-test_sslrecords.t