]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: capture the signature_algorithms extension from Client Hello
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 23 Aug 2024 18:40:47 +0000 (20:40 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 26 Aug 2024 13:17:40 +0000 (15:17 +0200)
commite8fecef0ff9e4caaa9306fcdad7c6d45b1ab10ab
tree9aaf65e06ab807a78033a2262de4bd61134022bd
parentac5c7158f97ab4e1758a1b1a5c7e5d0e1877a54e
MEDIUM: ssl: capture the signature_algorithms extension from Client Hello

Activate the capture of the TLS signature_algorithms extension from the
Client Hello. This list is stored in the ssl_capture buffer when the
global option "tune.ssl.capture-cipherlist-size" is enabled.
include/haproxy/ssl_sock-t.h
src/ssl_sock.c