Changes since version 3.1.2 : Amaury Denoyelle (4): BUG/MINOR: quic: reject NEW_TOKEN frames from clients BUG/MAJOR: quic: reject too large CRYPTO frames BUG/MINOR: quic: do not increase congestion window if app limited CLEANUP: quic: remove unused prototype Aurelien DARRAGON (3): BUG/MINOR: stktable: fix big-endian compatiblity in smp_to_stkey() BUG/MEDIUM: stktable: fix missing lock on some table converters BUG/MAJOR: log/sink: possible sink collision in sink_new_from_srv() Christopher Faulet (3): BUG/MEDIUM: promex: Use right context pointers to dump backends extra-counters BUG/MEDIUM: mux-h1: Properly close H1C if an error is reported before sending data BUG/MINOR: stream: Properly handle "on-marked-up shutdown-backup-sessions" Frederic Lecaille (3): BUG/MINOR: quic: ensure a detached coalesced packet can't access its neighbours MINOR: quic: Add a BUG_ON() on quic_tx_packet refcount BUILD: quic: Move an ASSUME_NONNULL() for variable which is not null Valentine Krasnobaeva (1): BUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENERATE_CERTIFICATES William Lallemand (2): BUILD: ssl: allow to build without the renegotiation API of WolfSSL BUILD: ssl: more cleaner approach to WolfSSL without renegotiation Willy Tarreau (1): BUG/MINOR: init: set HAPROXY_STARTUP_VERSION from the variable, not the macro