Changes since version 3.4-dev5 : Amaury Denoyelle (8): BUG/MINOR: proxy: detect strdup error on server auto SNI BUG/MINOR: server: set auto SNI for dynamic servers BUG/MINOR: server: enable no-check-sni-auto for dynamic servers BUG/MINOR: quic: fix counters used on BE side MINOR: quic: add BUG_ON() on half_open_conn counter access from BE BUG/MINOR: quic/h3: display QUIC/H3 backend module on HTML stats MINOR: ncbmbuf: improve itbmap_next() code MINOR: proxy: improve code when checking server name conflicts Christopher Faulet (1): BUG/MEDIUM: spoe: Acquire context buffer in applet before consuming a frame Frederic Lecaille (9): MINOR: haterm: provide -b and -c options (RSA key size, ECDSA curves) MINOR: haterm: add long options for QUIC and TCP "bind" settings BUG/MINOR: haterm: missing allocation check in copy_argv() CLEANUP: haterm: remove unreachable labels hstream_add_data() CLEANUP: haterm: avoid static analyzer warnings about rand() use CLEANUP: ssl: Remove a useless variable from ssl_gen_x509() BUG/MINOR: haterm: cannot reset default "haterm" mode BUG/MINOR: quic: missing app ops init during backend 0-RTT sessions CLEANUP: ssl: remove outdated comments Hyeonggeun Oh (1): MINOR: ssl: clarify error reporting for unsupported keywords Ilia Shipitsin (2): CI: use the latest docker for QUIC Interop CI: remove redundant "halog" compilation Maxime Henrion (1): MINOR: quic: add a new metric for ncbuf failures Mia Kanashi (1): BUG/MINOR: acme: fix incorrect number of arguments allowed in config Olivier Houchard (1): BUG/MEDIUM: cpu-topo: Distribute CPUs fairly across groups William Lallemand (3): CLEANUP: acme: remove duplicate includes BUG/MINOR: acme: acme_ctx_destroy() leaks auth->dns BUG/MINOR: acme: wrong labels logic always memprintf errmsg Willy Tarreau (5): CLENAUP: cfgparse: accept-invalid-http-* does not support "no"/"defaults" MINOR: traces: always mark trace_source as thread-aligned MINOR: mux-h2: also count glitches on invalid trailers MINOR: mux-h2: add a new setting, "tune.h2.log-errors" to tweak error logging BUG/MEDIUM: mux-h2: make sure to always report pending errors to the stream