Changes since version 3.3-dev11 : Amaury Denoyelle (7): MINOR: quic: enable SSL on QUIC servers automatically MINOR: quic: reject conf with QUIC servers if not compiled OPTIM: quic: adjust automatic ALPN setting for QUIC servers OPTIM: backend: skip conn reuse for incompatible proxies BUG/MINOR: quic: fix crash on client handshake abort MINOR: quic: do not set conn member if ssl_sock_ctx MINOR: quic: remove connection arg from qc_new_conn() Damien Claisse (1): BUG/MINOR: resolvers: ensure fair round robin iteration Olivier Houchard (2): BUG/MEDIUM: server: Add a rwlock to path parameter BUG/MEDIUM: server: Also call srv_reset_path_parameters() on srv up William Lallemand (5): MINOR: sample: optional AAD parameter support to aes_gcm_enc/dec REGTESTS: converters: check USE_OPENSSL in aes_gcm.vtc SCRIPTS: build-ssl: allow to build a FIPS version without FIPS SCRIPTS: build-ssl: fix rpath in AWS-LC install for openssl and bssl bin CI: github: update to macos-26 Willy Tarreau (2): BUG/MAJOR: stats-file: fix crash on non-x86 platform caused by unaligned cast OPTIM: proxy: move atomically access fields out of the read-only ones