mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 19:19:11 +02:00
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.
This commit is contained in:
@@ -219,6 +219,8 @@ struct ssl_capture {
|
||||
uint ec_offset;
|
||||
uint ec_formats_offset;
|
||||
uchar ec_formats_len;
|
||||
uchar supver_len;
|
||||
uint supver_offset;
|
||||
char data[VAR_ARRAY];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user