]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: reject retry_source_cid TP on server side
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 6 May 2025 15:59:37 +0000 (17:59 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 May 2025 13:21:30 +0000 (15:21 +0200)
commit10f1f1adce032742d60fe14ee780871c4e6a1db1
treea69abfc2fb16a89638f1ca4e09df1e10a31930d6
parenta54fdd3d926fabfc438dbaedbd3d08814fb99862
BUG/MINOR: quic: reject retry_source_cid TP on server side

Close the connection on error if retry_source_connection_id transport
parameter is received. This is specified by RFC 9000 as this parameter
must not be emitted by a client. Previously, it was silently ignored.

This should be backported up to 2.6. Note that is relies on previous
patch "MINOR: quic: extend return value on TP parsing".
src/quic_tp.c