]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: activate the certificate selection callback for WolfSSL
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 8 Dec 2023 10:33:03 +0000 (11:33 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 8 Dec 2023 11:08:01 +0000 (12:08 +0100)
commit86376f591e3d87365c6da3b0ae91e3ede2ec4943
tree8adb017c1b9d9d71ed09cf3d8913378d4635c601
parentdbe9cea35b7a43a4907fa726e7a8afc31a6fbee3
MINOR: ssl: activate the certificate selection callback for WolfSSL

The PR which allows to chose a certificate depending on the ciphers and
the signature algorithms was merged in WolfSSL. Let's activate this
code.

This could be backported in 2.9 only when the next WolfSSL release is
available (5.6.5). It will also need a check on the version.
src/ssl_sock.c