]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Dump ciphers and sigalgs details in trace with 'advanced' verbosity
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 15 Jul 2025 08:45:10 +0000 (10:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 21 Jul 2025 14:44:50 +0000 (16:44 +0200)
commit665b7d4fa950cbeccd690c157066af69fcabf77c
treebcb6032f12e6a78f33ef467153ad587897533a18
parent8f2b7872412c0e6b96373ebe825b237deae5917f
MINOR: ssl: Dump ciphers and sigalgs details in trace with 'advanced' verbosity

The contents of the extensions were only dumped with verbosity
'complete' which meant that the 'advanced' verbosity was pretty much
useless despite what its name implies (it was the same as the 'simple'
one).
The 'advanced' verbosity is now the "maximum" one, using 'complete'
would not add any extra information yet, but it leaves more room for
some actually large traces to be dumped later on (some complete
ClientHello dumps for instance).
src/ssl_clienthello.c
src/ssl_trace.c