]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for app data received too early
authorMatt Caswell <matt@openssl.org>
Fri, 2 May 2025 15:40:50 +0000 (16:40 +0100)
committerTodd Short <todd.short@me.com>
Thu, 8 May 2025 18:19:36 +0000 (14:19 -0400)
commit241534d75a075f8e0057b85c6d6113256c7b5dc9
tree59d23bc01812bfd44b786e7910fba16cc01db9e3
parentda07ea671259bdc356e491ea74d3e7e44d41d7a2
Add a test for app data received too early

Add a test for app data which was received prior to the Finished is read
correctly, and that if we continue to read we get the expected result.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/27543)

(cherry picked from commit af712a59332ff9052d4618a70dc662cb637556bf)
(cherry picked from commit dc95aff5395a072f55840e88fdaa35e6f2acd663)
ssl/record/rec_layer_s3.c
test/dtlstest.c
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h