]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: 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>
Tue, 4 Nov 2025 09:23:56 +0000 (10:23 +0100)
commit85119860abbf38d7ffa462ee70e617dd93172632
tree4c50edd35257babbad073f085eefe3fac6202c00
parent770dfde7a402767719fc0313b4f0aee5e2ae13f8
BUG/MINOR: quic: Missing succesful SSL handshake backend trace (OpenSSL 3.5)

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

The "SSL handshake OK" trace was not dumped.
Modify the concerned code section which is a bit ugly and simplify. 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