]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: capture the supported_versions extension from Client Hello
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 23 Aug 2024 15:35:10 +0000 (17:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 26 Aug 2024 13:12:42 +0000 (15:12 +0200)
commitce7fb6628e0023bbbf4ac2c70350f1c1069ce641
tree89e4967393723e2716509e5e650fcea840f23407
parent3c0a0f1e1b8a8ebfad9ea6f10d0bc18e3c61033b
MEDIUM: ssl: capture the supported_versions extension from Client Hello

Activate the capture of the TLS supported_versions 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