Changes since version 2.6-dev6 : Amaury Denoyelle (11): MINOR: mux-quic: split xfer and STREAM frames build REORG: quic: use a dedicated module for qc_stream_desc MINOR: quic-stream: use distinct tree nodes for quic stream and qcs MINOR: quic-stream: add qc field MEDIUM: quic: implement multi-buffered Tx streams MINOR: quic-stream: refactor ack management MINOR: quic: limit total stream buffers per connection MINOR: mux-quic: implement immediate send retry MINOR: cfg-quic: define tune.quic.conn-buf-limit BUG/MINOR: mux-quic: unsubscribe on release BUG/MINOR: mux-quic: handle null timeout Frédéric Lécaille (1): BUG/MEDIUM: quic: Possible crash with released mux Remi Tricot-Le Breton (5): MINOR: ssl: Use DH parameters defined in RFC7919 instead of hard coded ones MEDIUM: ssl: Disable DHE ciphers by default BUILD: ssl: Fix compilation with OpenSSL 1.0.2 MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option REGTESTS: ssl: Update error messages that changed with OpenSSLv3.1.0-dev Willy Tarreau (2): BUILD: calltrace: fix wrong include when building with TRACE=1 BUG/MEDIUM: logs: fix http-client's log srv initialization