Changes since version 3.0-dev5 : Amaury Denoyelle (2): MINOR: quic: simplify rescheduling for handshake MINOR: quic: remove qc_treat_rx_crypto_frms() 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 (1): BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release 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