]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Missing random bits in Retry packet header
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 30 Jun 2023 10:17:36 +0000 (12:17 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 30 Jun 2023 10:17:36 +0000 (12:17 +0200)
commit6c9bf2bdf52f35ddcfd0c618f84638b390b48167
tree1337c9a4be56fa8c71957a983c5ff4306682c15b
parentbce0ca696cffcfcd0153e76415905444571381a7
BUG/MINOR: quic: Missing random bits in Retry packet header

The 4 bits least significant bits of the first byte in a Retry packet must be
random. There are generated calling statistical_prng_range() with 16 as argument.

Must be backported as far as 2.6.
src/quic_conn.c