Changes since version 3.0-dev1 : Amaury Denoyelle (2): BUILD: quic: missing include for quic_tp BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control Aurelien DARRAGON (4): BUG/MINOR: map: list-based matching potential ordering regression REGTESTS: add a test to ensure map-ordering is preserved DOC: config: fix typo about map_*_key converters MINOR: map: mapfile ordering also matters for tree-based match types Frédéric Lécaille (1): CLEANUP: quic: Double quic_dgram_parse() prototype declaration. Ilya Shipitsin (3): CI: codespell: ignore some words in URLs CI: codespell: add more words to whitelist CLEANUP: fix spelling of "occured" in src/h3.c Mariam John (1): MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use SSL_get0_group_name Miroslav Zagorac (2): MINOR: ot: logsrv struct becomes logger DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay William Lallemand (10): CLEANUP: ssl: fix indentation in smp_fetch_ssl_fc_ec() CLEANUP: ssl: fix indentation in smp_fetch_ssl_fc_ec() (part 2) MEDIUM: ssl: allow multiple fallback certificate to allow ECDSA/RSA selection MEDIUM: ssl: generate '*' SNI filters for default certificates MEDIUM: ssl: does not use default_ctx for 'generate-certificate' option REORG: ssl: move 'generate-certificates' code to ssl_gencert.c DOC: configuration: update configuration on how to have multiple default certs MEDIUM: ssl: implements 'default-crt' keyword for bind Lines CI: github: update wolfSSL to 5.6.6 DOC: INSTALL: require at least WolfSSL 5.6.6 Willy Tarreau (10): DEV: patchbot: produce a verdict for too long commit messages DEV: phash: add a trivial perfect hash generator for integers OPTIM: http: simplify http_get_status_idx() using a hash CLEANUP: http: avoid duplicating literals in find_http_meth() MINOR: http: add infrastructure to choose status codes for err / fail MEDIUM: http_act: check status codes against the bit fields for err/fail MEDIUM: http: add the ability to redefine http-err-codes and http-fail-codes DEV: h2: add support for multiple flags in mkhdr DEV: h2: support hex-encoded data sequences in mkhdr BUG/MINOR: mux-h2: also count streams for refused ones