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 (22): 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 MINOR: ssl: Remove call to ERR_func_error_string with OpenSSLv3 MINOR: ssl: Remove call to ERR_load_SSL_strings with OpenSSLv3 REGTESTS: ssl: Add tests for DH related options MINOR: ssl: Create HASSL_DH wrapper structure MINOR: ssl: Add ssl_sock_get_dh_from_bio helper function MINOR: ssl: Factorize ssl_get_tmp_dh and append a cbk to its name MINOR: ssl: Add ssl_sock_set_tmp_dh helper function MINOR: ssl: Add ssl_sock_set_tmp_dh_from_pkey helper function MINOR: ssl: Add ssl_new_dh_fromdata helper function MINOR: ssl: Build local DH of right size when needed MINOR: ssl: Set default dh size to 2048 MEDIUM: ssl: Replace all DH objects by EVP_PKEY on OpenSSLv3 (via HASSL_DH type) MINOR: ssl: Remove calls to SSL_CTX_set_tmp_dh_callback on OpenSSLv3 William Lallemand (7): 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 BUG/MINOR: mworker: does not erase the pidfile upon reload