Changes since version 3.0-dev5 : Amaury Denoyelle (4): MINOR: quic: simplify rescheduling for handshake MINOR: quic: remove qc_treat_rx_crypto_frms() MINOR: session: rename private conns elements BUG/MAJOR: server: do not delete srv referenced by session Aurelien DARRAGON (6): BUG/MINOR: hlua: segfault when loading the same filter from different contexts BUG/MINOR: hlua: missing lock in hlua_filter_new() BUG/MINOR: hlua: fix missing lock in hlua_filter_delete() DEBUG: lua: precisely identify if stream is stuck inside lua or not MINOR: hlua: use accessors for stream hlua ctx BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try) Brooks Davis (1): MINOR: tools: use public interface for FreeBSD get_exec_path() Christopher Faulet (7): BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release BUG/MINOR: listener: Don't schedule frontend without task in listener_release() BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout BUG/MINOR: spoe: Be sure to be able to quickly close IDLE applets on soft-stop MAJOR: spoe: Deprecate the SPOE filter MINOR: cfgparse: Add a global option to expose deprecated directives MINOR: spoe: Add SPOE filters in the exposed deprecated directives Dragan Dosen (2): BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm() BUG/MINOR: ssl: do not set the aead_tag flags in sample_conv_aes_gcm() William Lallemand (7): DOC: configuration: clarify ciphersuites usage (V2) MEDIUM: ssl: initialize the SSL stack explicitely MEDIUM: ssl: allow to change the OpenSSL security level from global section CLEANUP: ssl: remove useless #ifdef in openssl-compat.h CI: github: add -DDEBUG_LIST to the default builds MINOR: debug: enable insecure fork on the command line CI: github: add -dI to haproxy arguments Willy Tarreau (3): MINOR: mux-h2: always use h2c_report_glitch() MEDIUM: mux-h2: allow to set the glitches threshold to kill a connection BUG/MINOR: server: fix first server template not being indexed