Changes since version 2.6-dev1 : Amaury Denoyelle (5): MINOR: h3: hardcode the stream id of control stream MINOR: mux-quic: remove quic_transport_params_update MINOR: quic: rename local tid variable MINOR: quic: remove unused xprt rcv_buf operation MINOR: quic: take out xprt snd_buf operation Christopher Faulet (3): BUG/MINOR: httpclient: Revisit HC request and response buffers allocation BUG/MEDIUM: httpclient: Xfer the request when the stream is created MINOR: httpclient: Don't limit data transfer to 1024 bytes Frédéric Lécaille (3): MINOR: quic: Do not modify a marked as consumed datagram MINOR: quic: Wrong datagram buffer passed to quic_lstnr_dgram_dispatch() MINOR: quic: Remove a useless test in quic_get_dgram_dcid() Ilya Shipitsin (3): BUILD: ssl: adjust guard for X509_get_X509_PUBKEY(x) REGTESTS: ssl: skip show_ssl_ocspresponse.vtc when BoringSSL is used CI: enable QUIC for Coverity scan Remi Tricot-Le Breton (9): BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp-response " output CLEANUP: ssl: Remove unused ssl_sock_create_cert function MINOR: ssl: Use high level OpenSSL APIs in sha2 converter MINOR: ssl: Remove EC_KEY related calls when preparing SSL context REGTESTS: ssl: Add test for "curves" and "ecdhe" SSL options MINOR: ssl: Remove EC_KEY related calls when creating a certificate REGTESTS: ssl: Add test for "generate-certificates" SSL option MINOR: ssl: Remove call to SSL_CTX_set_tlsext_ticket_key_cb with OpenSSLv3 MINOR: ssl: Remove call to HMAC_Init_ex with OpenSSLv3 William Lallemand (6): DOC: management: rework the Master CLI section DOC: management: add expert and experimental mode in 9.4.1 CLEANUP: cleanup a commentary in pcli_parse_request() BUG/MINOR: mworker/cli: don't display help on master applet MINOR: mworker/cli: mcli-debug-mode enables every command MINOR: mworker/cli: add flags in the prompt