Changes since version 3.1-dev6 : Amaury Denoyelle (2): MINOR: mux-quic: add buf_in_flight to QCC debug infos MINOR: mux-quic: correct qcc_bufwnd_full() documentation Frederic Lecaille (1): BUILD: quic: 32bits build broken by wrong integer conversions for printf() Ilya Shipitsin (6): DEV: coccinelle: add a test to detect unchecked malloc() DEV: coccinelle: add a test to detect unchecked calloc() CI: QUIC Interop AWS-LC: enable ngtcp2 client CI: fix missing comma introduced in 956839c0f68a7722acc586ecd91ffefad2ccb303 CI: QUIC Interop: do not run bandwidth measurement tests CI: QUIC Interop: use different artifact names for uploading logs Nathan Wehrman (1): MINOR: config: Created env variables for http and tcp clf formats Valentine Krasnobaeva (3): MINOR: tools: add helpers to backup/clean/restore env MINOR: mworker: restore initial env before wait mode BUG/MINOR: haproxy: free init_env in deinit only if allocated William Lallemand (6): BUILD: tools: environ is not defined in OS X and BSD CLEANUP: ssl: cleanup the clienthello capture MEDIUM: ssl: capture the supported_versions extension from Client Hello MEDIUM: ssl/sample: add ssl_fc_supported_versions_bin sample fetch MEDIUM: ssl: capture the signature_algorithms extension from Client Hello MEDIUM: ssl/sample: add ssl_fc_sigalgs_bin sample fetch