]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic: Missing succesful SSL handshake backend trace (OpenSSL 3.5)
authorFrederic Lecaille <flecaille@haproxy.com>
Tue, 4 Nov 2025 07:20:31 +0000 (08:20 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 14 Nov 2025 16:50:49 +0000 (17:50 +0100)
commit644bf585c3914ea33bfa116c8caf9d58d0447942
tree81dc13d73322a7cbf70efcbac66adc5aef33def8
parentf0c52f716050df1d2bbc3b3dc7183400c1931ac6
CLEANUP: quic: Missing succesful SSL handshake backend trace (OpenSSL 3.5)

This very minor issue impacts only the backend when compiled against OpenSSL 3.5
with QUIC API (HAVE_OPENSSL_QUIC).

The "SSL handshake OK" trace was not dumped by a TRACE() call. This was very
annoying when debugging.

Modify the concerned code section which is a bit ugly and simplify it.
The TRACE() call is done at a unique location for now on.

Should be backported to 3.2 to ease any further backport.
src/quic_ssl.c