]> 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:16:42 +0000 (14:16 -0400)
commitdc95aff5395a072f55840e88fdaa35e6f2acd663
treea9082f54860e7a066e3ee8671d6573df8d392721
parent448815dd26556bf2361783307e9ee22465ec9d6c
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)
ssl/record/rec_layer_s3.c
test/dtlstest.c
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h