Changes since version 2.7-dev0 : Amaury Denoyelle (5): MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch MINOR: h3: add h3c pointer into h3s instance MINOR: mux-quic: simplify decode_qcs API MINOR: mux-quic/h3: adjust demuxing function return values BUG/MINOR: h3: fix return value on decode_qcs on error Christopher Faulet (34): BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases MEDIUM: httpclient: Don't close CLI applet at the end of a response MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs REGTESTS: abortonclose: Add a barrier to not mix up log messages REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients CLEANUP: ssl_ckch: Use corresponding enum for commit_cacrlfile_ctx.cafile_type MINOR: ssl_ckch: Simplify I/O handler to commit changes on CA/CRL entry BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure MINOR: ssl_ckch: Simplify structure used to commit changes on CA/CRL entries MINOR: ssl_ckch: Remove service context for "set ssl cert" command MINOR: ssl_ckch: Remove service context for "set ssl ca-file" command MINOR: ssl_ckch: Remove service context for "set ssl crl-file" command BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler BUILD: ssl_ckch: Fix build error about a possible uninitialized value BUG/MINOR: ssl_ckch: Fix another possible uninitialized value REGTESTS: http_abortonclose: Extend supported versions REGTESTS: restrict_req_hdr_names: Extend supported versions Tim Duesterhus (1): CLEANUP: Re-apply xalloc_size.cocci (2)