]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Introduce new smp_client_hello_parse() function
authorMariam John <john.mariam.oss@gmail.com>
Wed, 30 Apr 2025 17:11:14 +0000 (12:11 -0500)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 1 Jul 2025 09:55:36 +0000 (11:55 +0200)
commitbd076f8619568b1a2f0193ac3e82e7999bce7e06
tree91b6aaec852005b0d67bc852c5c7972e229139a1
parent48d5ef363d91e0eb9ab4b627170ef01ce3b75a57
MINOR: ssl: Introduce new smp_client_hello_parse() function

In this patch we introduce a new helped function called `smp_client_hello_parse()` to extract
information presented in a TLS client hello handshake message. 7 sample fetches have also been
modified to use this helped function to do the common client hello parsing and use the result
to do further processing of extensions/cipher.

Fixes: #2532
src/payload.c