Changes since version 2.6-dev9 : Amaury Denoyelle (7): MINOR: ncbuf: define non-contiguous buffer MINOR: ncbuf: complete API and define block interal abstraction MINOR: ncbuf: optimize storage for the last gap MINOR: ncbuf: implement insertion MINOR: ncbuf: define various insertion modes MINOR: ncbuf: implement advance MINOR: ncbuf: write unit tests Emeric Brun (1): BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket Frédéric Lécaille (16): MINOR: quic: Add a debug counter for sendto() errors BUG/MINOR: quic: Dropped peer transport parameters BUG/MINOR: quic: Wrong unit for ack delay for incoming ACK frames MINOR: quic: Congestion controller event trace fix (loss) MINOR: quic: Add correct ack delay values to ACK frames MINOR: config: Add "cluster-secret" new global keyword MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF MINOR: quic: new_quic_cid() code moving MINOR: quic: Initialize stateless reset tokens with HKDF secrets MINOR: qc_new_conn() rework for stateless reset MINOR: quic: Stateless reset token copy to transport parameters MINOR: quic: Send stateless reset tokens MINOR: quic: Short packets always embed a trailing AEAD TAG CLEANUP: quic: wrong use of eb*entry() macro CLEANUP: quic: Useless use of pointer for quic_hkdf_extract() CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times Remi Tricot-Le Breton (1): BUG/MINOR: ssl: Fix typos in crl-file related CLI commands William Lallemand (3): MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt DOC: configuration: add the httpclient keywords to the global keywords index Willy Tarreau (10): MINOR: compiler: add a new macro to set an attribute on an enum when possible BUILD: stats: conditionally mark obsolete stats states as deprecated BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings BUILD: listener: shut report of possible null-deref in listener_accept() BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( DOC: install: update gcc version requirements BUILD: makefile: add -Wfatal-errors to the default flags BUG/MINOR: mux-h2: mark the stream as open before processing it not after MINOR: mux-h2: report a trace event when failing to create a new stream vigneshsp (1): BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes).