openssl/include
Neil Horman 9a308a89a4 Orphan packets from qrx
It may occur that the qrx we allocate in port_default_packet handler to
do AEAD validation isn't the one the channel ultimately uses (like if we
turn off address validation).  In that event, we need to ensure that
anything we have on that qrx isn't returned to its free list to avoid
early freeing when we free the qrx at the end of
port_default_packet_handler, while those frames are still pending on the
channel qrx

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27004)
2025-03-09 18:44:53 +01:00
..
crypto Further decoder tuning possibly better perf 2025-03-02 02:04:09 +11:00
internal Orphan packets from qrx 2025-03-09 18:44:53 +01:00
openssl x509: allow SAN URIs to contain userinfo 2025-03-04 17:30:34 +01:00