commit | 91a211fb0804fcd5dceace92765fbfdff35a748f | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue May 24 10:54:42 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | dda86080bd44706711b95de06a5fabedb2e8777f | |
parent | 3ccea6d276659504aa043f7416bc263ea417937e [diff] |
BUG/MINOR: quic: Largest RX packet numbers mixing When we select the next encryption level in qc_treat_rx_pkts() we must reset the local largest_pn variable if we do not want to reuse its previous value for this encryption. This bug could only happend during handshake step and had no visible impact because this variable is only used during the header protection removal step which hopefully supports the packet reordering.