]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Short packets always embed a trailing AEAD TAG
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 9 May 2022 16:08:13 +0000 (18:08 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 12 May 2022 15:48:35 +0000 (17:48 +0200)
commit36b28ed012427f8d2106620e4a332f256b754c17
tree593e170c0ae36a218e3e8477fe8831dec917f58a
parente2fb1bf487307033a4f2635399b28b1fd9fd381b
MINOR: quic: Short packets always embed a trailing AEAD TAG

We must drop as soon as possible too small 1-RTT packets to be valid QUIC
packets to avoid replying with stateless reset packets.
src/xprt_quic.c