Changes since version 3.4-dev3 : Amaury Denoyelle (2): BUG/MEDIUM: ssl: fix msg callbacks on QUIC connections MEDIUM: ssl: remove connection from msg callback args Aurelien DARRAGON (2): BUG/MEDIUM: hlua: fix invalid lua_pcall() usage in hlua_traceback() BUG/MINOR: hlua: consume error object if ignored after a failing lua_pcall() Christopher Faulet (5): BUG/MINOR: promex: Detach promex from the server on error dump its metrics dump BUG/MEDIUM: mux-h1: Skip UNUSED htx block when formating the start line BUG/MINOR: proto_tcp: Properly report support for HAVE_TCP_MD5SIG feature BUG/MAJOR: applet: Don't call I/O handler if the applet was shut BUG/MEDIUM: applet: Fix test on shut flags for legacy applets Egor Shestakov (2): DOC: reg-tests: update VTest upstream link in the starting guide DOC: internals: cleanup few typos in master-worker documentation Hyeonggeun Oh (1): MEDIUM: tcpcheck: add post-80 option for mysql-check to support MySQL 8.x Olivier Houchard (1): MINOR: quic: Fix build with USE_QUIC_OPENSSL_COMPAT Remi Tricot-Le Breton (2): BUG/MINOR: ssl: Properly manage alloc failures in SSL passphrase callback BUG/MINOR: ssl: Encrypted keys could not be loaded when given alongside certificate William Lallemand (5): MINOR: ssl: display libssl errors on private key loading MINOR: ssl: allow to disable certificate compression BUG/MINOR: ssl: fix error message of tune.ssl.certificate-compression MEDIUM: ssl: porting to X509_STORE_get1_objects() for OpenSSL 4.0 REGTESTS: ssl: make reg-tests compatible with OpenSSL 4.0 Willy Tarreau (10): BUG/MINOR: config: check capture pool creations for failures BUG/MINOR: stick-tables: abort startup on stk_ctr pool creation failure MEDIUM: pools: better check for size rounding overflow on registration DOC: config: mention some possible TLS versions restrictions for kTLS OPTIM: server: move queueslength in server struct OPTIM: proxy: separate queues fields from served OPTIM: server: get rid of the last use of _ha_barrier_full() DOC: config: mention that idle connection sharing is per thread-group MEDIUM: h1: strictly verify quoting in chunk extensions BUG/MINOR: config/ssl: fix spelling of "expose-experimental-directives"