]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add traces about sigalg extension parsing in clientHello callback
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 18 Apr 2025 15:26:57 +0000 (17:26 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Apr 2025 09:11:26 +0000 (11:11 +0200)
commit6519cec2ed25d5e7dfa5f97bfd5528d2ae552472
treeca8e7187829365bc9555ba0d566fcb560659418a
parent105c1ca13924423a8623b60df8946960bfe7652b
MINOR: ssl: Add traces about sigalg extension parsing in clientHello callback

We had to parse the sigAlg extension by hand in order to properly select
the certificate used by the SSL frontends. These traces allow to dump
the allowed sigAlg list sent by the client in its clientHello.
include/haproxy/ssl_trace-t.h
src/ssl_clienthello.c
src/ssl_trace.c