]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: support Openssl 1.1.1 early callback for switchctx
authorEmmanuel Hocdet <manu@gandi.net>
Wed, 16 Aug 2017 09:33:17 +0000 (11:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 08:54:05 +0000 (10:54 +0200)
commit84e417d8593438b56654125d6e86d948038cfa45
tree56ceef3ca044f13975957473c57e0892e042363b
parent48e875563908c0ed0363aef27e2ca20ee00f13bf
MINOR: ssl: support Openssl 1.1.1 early callback for switchctx

Use Openssl-1.1.1 SSL_CTX_set_client_hello_cb to mimic BoringSSL early callback.
Native multi certificate and SSL/TLS method per certificate is now supported by
Openssl >= 1.1.1.
doc/configuration.txt
src/ssl_sock.c