Add a test for an app data record appearing before epoch change in DTLS
authorMatt Caswell <matt@openssl.org>
Tue, 28 Mar 2023 15:25:22 +0000 (16:25 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 31 Mar 2023 08:14:24 +0000 (09:14 +0100)
commit8189fe242bba319dfccd8805fd7703d973bf9649
tree3bd9d9664680c1fd4548aaa5cdaa1ee80b14b821
parent5c476976ab8ef057ddbd8f110249d7c796a7f1b1
Add a test for an app data record appearing before epoch change in DTLS

We had a test for a handshake record appearing before epoch change, and
a test for an app data record appearing before Finished - but not one for
the app data record appearing before epoch change.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20628)
test/dtlstest.c
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h