Changes since version 2.8.3 : Aurelien DARRAGON (2): MINOR: hlua: add hlua_stream_ctx_prepare helper function BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread Emeric Brun (1): Revert "BUG/MEDIUM: quic: missing check of dcid for init pkt including a token" Frédéric Lécaille (19): BUG/MINOR: quic: Leak of frames to send. BUG/MINOR: quic: Wrong cluster secret initialization MINOR: quic: QUIC openssl wrapper implementation MINOR: quic: Include QUIC opensssl wrapper header from TLS stacks compatibility header MINOR: quic: Do not enable O-RTT with USE_QUIC_OPENSSL_COMPAT MINOR: quic: Set the QUIC connection as extra data before calling SSL_set_quic_method() MINOR: quic: Do not enable 0RTT with SSL_set_quic_early_data_enabled() MINOR: quic: Add a compilation option for the QUIC OpenSSL wrapper MINOR: quic: Export some KDF functions (QUIC-TLS) MINOR: quic: Initialize TLS contexts for QUIC openssl wrapper MINOR: quic: Call the keylog callback for QUIC openssl wrapper from SSL_CTX_keylog() MINOR: quic: Add a quic_openssl_compat struct to quic_conn struct MINOR: quic: SSL context initialization with QUIC OpenSSL wrapper. MINOR: quic: Add "limited-quic" new tuning setting DOC: quic: Add "limited-quic" new tuning setting BUG/MINOR: quic+openssl_compat: Non initialized TLS encryption levels MINOR: quic: Warning for OpenSSL wrapper QUIC bindings without "limited-quic" MINOR: quic+openssl_compat: Do not start without "limited-quic" MINOR: quic+openssl_compat: Emit an alert for "allow-0rtt" option William Lallemand (4): BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help BUG/MINOR: quic: allow-0rtt warning must only be emitted with quic bind BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT Willy Tarreau (1): BUILD: bug: make BUG_ON() void to avoid a rare warning