]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: convert CBS (BoringSSL api) usage to neutral code
authorEmmanuel Hocdet <manu@gandi.net>
Wed, 16 Aug 2017 09:28:44 +0000 (11:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 08:54:05 +0000 (10:54 +0200)
commit48e875563908c0ed0363aef27e2ca20ee00f13bf
tree246e1c1d58cb80b3a763171d37185cc25712a8a6
parent51a76d84e4c44b2a9ba1cbf91cba1707b41d917d
MEDIUM: ssl: convert CBS (BoringSSL api) usage to neutral code

switchctx early callback is only supported for BoringSSL. To prepare
the support of openssl 1.1.1 early callback, convert CBS api to neutral
code to work with any ssl libs.
src/ssl_sock.c