]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move handling of connection close frames to QUIC FUTURE
authorNeil Horman <nhorman@openssl.org>
Wed, 29 Jan 2025 19:44:13 +0000 (14:44 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 17:10:58 +0000 (12:10 -0500)
commit089f7525c687c7b32af6802abc4835ff14ecc63f
tree85bb5753b0a0b17c89a4f0ad93cc078337d0c69b
parent1e7ccb314040c591f0d3c0e2edbc01f90396b532
Move handling of connection close frames to QUIC FUTURE

There is a corner case in handling connection close frames for which RFC
guidance is unclear.  Given that, move addressing it to QUIC FUTURE

Fixes openssl/project#1075

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26593)
ssl/quic/quic_txp.c