]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: Fix wolfssl build
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 30 Apr 2025 13:26:30 +0000 (15:26 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Apr 2025 13:50:10 +0000 (15:50 +0200)
commitf191a830d83d0d984e84487c42b15fd07c58c705
tree3ba1ac08b6a1e55e952a620ccab4bf04d47e2484
parent7dc4e94830ef8fe9b0ffc2901d63b9f3183ed12c
BUILD: ssl: Fix wolfssl build

The newly added SSL traces require an extra 'conn' parameter to
ssl_sock_chose_sni_ctx which was added in the "regular" code but not in
the wolfssl specific one.
Wolfssl also has a different prototype for some getter functions
(SSL_get_servername for instance), which do not expect a const SSL while
openssl version does.
src/ssl_clienthello.c
src/ssl_trace.c