Changes since version 3.4-dev1 : Christopher Faulet (5): BUG/MEDIUM: http-ana: Properly detect client abort when forwarding response (v2) BUG/MEDIUM: stconn: Don't report abort from SC if read0 was already received CLEANUP: backend: Remove useless test on server's xprt CLEANUP: tcpcheck: Remove useless test on the xprt used for healthchecks CLEANUP: ssl-sock: Remove useless tests on connection when resuming TLS session Frederic Lecaille (1): REGTESTS: quic: fix a TLS stack usage Maxime Henrion (1): MINOR: tools: add a secure implementation of memset Olivier Houchard (8): BUG/MEDIUM: quic: Don't try to use hystart if not implemented BUG/MEDIUM: backend: Do not remove CO_FL_SESS_IDLE in assign_server() MINOR: cpu-topo: Turn the cpu policy configuration into a struct MEDIUM: cpu-topo: Add a "threads-per-core" keyword to cpu-policy MEDIUM: cpu-topo: Add a "cpu-affinity" option MEDIUM: cpu-topo: Add a new "max-threads-per-group" global keyword MEDIUM: cpu-topo: Add the "per-thread" cpu_affinity MEDIUM: cpu-topo: Add the "per-ccx" cpu_affinity William Lallemand (8): BUG/MEDIUM: mworker/listener: ambiguous use of RX_F_INHERITED with shards REGTESTS: list all skipped tests including 'feature cmd' ones CI: github: remove openssl no-deprecated job CI: github: add a job to test the master branch of OpenSSL CI: github: openssl-master.yml misses actions/checkout CI: github: use git prefix for openssl-master.yml REGTESTS: fix error when no test are skipped BUG/MINOR: cpu-topo: fix -Wlogical-not-parentheses build with clang Willy Tarreau (2): BUG/MEDIUM: mux-h2: synchronize all conditions to create a new backend stream DOC: config: fix number of values for "cpu-affinity"