openssl/ssl/record
Matt Caswell 5c476976ab Handle app data records from the next epoch
It is possible that DTLS records are received out of order such that
records from the next epoch arrive before we have finished processing the
current epoch. We are supposed to buffer such records but for some reason
we only did that for handshake and alert records. This is incorrect since
it is perfectly possible for app data records to arrive early too.

Fixes #20597

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20628)
2023-03-31 09:14:24 +01:00
..
methods Handle app data records from the next epoch 2023-03-31 09:14:24 +01:00
build.info
rec_layer_d1.c
rec_layer_s3.c Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() code 2023-01-27 16:11:38 +01:00
record_local.h
record.h Don't declare SSL_CONNECTION twice 2023-02-22 05:34:05 +00:00