mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
5c476976ab
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) |
||
---|---|---|
.. | ||
methods | ||
build.info | ||
rec_layer_d1.c | ||
rec_layer_s3.c | ||
record_local.h | ||
record.h |