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:23:26 +0000 (09:23 +0100)
commit7ff05cceee94f51f64987ca20e23deddb8fda2b2
tree15a2f632d5c6f7eb7df6b3c697d1ca099e8e0ab7
parent88dc59b68cedb303bbac2c52e6ff13f4afef2e09
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/20637)
test/dtlstest.c
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h