Changes since version 3.4-dev6 : Aurelien DARRAGON (3): MINOR: flt_http_comp: define and use proxy_get_comp() helper function MEDIUM: flt_http_comp: split "compression" filter in 2 distinct filters CLEANUP: flt_http_comp: comp_state doesn't bother about the direction anymore Christopher Faulet (25): BUG/MINOR: stconn: Increase SC bytes_out value in se_done_ff() BUG/MINOR: ssl-sample: Fix sample_conv_sha2() by checking EVP_Digest* failures BUG/MINOR: backend: Don't get proto to use for webscoket if there is no server MINOR: stconn: Call sc_conn_process from the I/O callback if TASK_WOKEN_MSG state was set MINOR: mux-h2: Rely on h2s_notify_send() when resuming h2s for sending MINOR: mux-spop: Rely on spop_strm_notify_send() when resuming streams for sending MINOR: muxes: Wakup the data layer from a mux stream with TASK_WOKEN_IO state MAJOR: muxes: No longer use app_ops .wake() callback function from muxes MINOR: applet: Call sc_applet_process() instead of .wake() callback function MINOR: connection: Call sc_conn_process() instead of .wake() callback function MEDIUM: stconn: Remove .wake() callback function from app_ops MINOR: check: Remove wake_srv_chk() function MINOR: haterm: Remove hstream_wake() function MINOR: stconn: Wakup the SC with TASK_WOKEN_IO state from opposite side MEDIUM: stconn: Merge all .chk_rcv() callback functions in sc_chk_rcv() MINOR: stconn: Remove .chk_rcv() callback functions MEDIUM: stconn: Merge all .chk_snd() callback functions in sc_chk_snd() MINOR: stconn: Remove .chk_snd() callback functions MEDIUM: stconn: Merge all .abort() callback functions in sc_abort() MINOR: stconn: Remove .abort() callback functions MEDIUM: stconn: Merge all .shutdown() callback functions in sc_shutdown() MINOR: stconn: Remove .shutdown() callback functions MINOR: stconn: Totally app_ops from the stconns MINOR: stconn: Simplify sc_abort/sc_shutdown by merging calls to se_shutdown DEBUG: stconn: Add a CHECK_IF() when I/O are performed on a orphan SC Remi Tricot-Le Breton (8): BUG/MINOR: jwt: Missing 'jwt_tokenize' return value check MINOR: jwt: Improve 'jwt_tokenize' function MINOR: jwt: Convert EC JWK to EVP_PKEY MINOR: jwt: Parse ec-specific fields in jose header MINOR: jwt: Manage ECDH-ES algorithm in jwt_decrypt_jwk function MINOR: jwt: Add ecdh-es+axxxkw support in jwt_decrypt_jwk converter MINOR: jwt: Manage ec certificates in jwt_decrypt_cert DOC: jwt: Add ECDH support in jwt_decrypt converters William Lallemand (9): BUG/MINOR: admin: haproxy-reload use explicit socat address type MEDIUM: admin: haproxy-reload conversion to POSIX sh BUG/MINOR: admin: haproxy-reload rename -vv long option MINOR: mworker: add a BUG_ON() on mproxy_li in _send_status BUG/MINOR: mworker: don't set the PROC_O_LEAVING flag on master process Revert "BUG/MINOR: jwt: Missing 'jwt_tokenize' return value check" MEDIUM: mworker: exiting when couldn't find the master mworker_proc element BUILD: ssl: use ASN1_STRING accessors for OpenSSL 4.0 compatibility BUILD: ssl: make X509_NAME usage OpenSSL 4.0 ready Willy Tarreau (2): SCRIPTS: git-show-backports: hide the common ancestor warning in quiet mode SCRIPTS: git-show-backports: add a restart-from-last option