]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ssl: move the SNI selection code in ssl_clienthello.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 13 Jun 2024 14:45:48 +0000 (16:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 13 Jun 2024 14:48:17 +0000 (16:48 +0200)
commit4ced880d22c67e83d5e134fdc13ec65606fbf21a
tree750e1ab9a4c2996e32e8f8b299125001666d6ac8
parentfc7c5d892b4f9f69948236538ff2179dba3e0ff0
REORG: ssl: move the SNI selection code in ssl_clienthello.c

Move the code which is used to select the final certificate with the
clienthello callback. ssl_sock_client_sni_pool need to be exposed from
outside ssl_sock.c
Makefile
include/haproxy/ssl_sock-t.h
src/ssl_clienthello.c [new file with mode: 0644]
src/ssl_sock.c