]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: enable several LibreSSL hacks, including
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 5 May 2019 18:27:54 +0000 (23:27 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 May 2019 05:26:24 +0000 (07:26 +0200)
commit54832b97c65c43ee50b6661a9b4b05885427b5e9
tree20ffb528f38ef644bd83712606c7d1490586f5ee
parent70e0224987ff4cd9cbdffdcf29f3a9979154437b
BUILD: enable several LibreSSL hacks, including

SSL_SESSION_get0_id_context is introduced in LibreSSL-2.7.0
async operations are not supported by LibreSSL
early data is not supported by LibreSSL
packet_length is removed from SSL struct in LibreSSL
include/proto/openssl-compat.h
include/proto/ssl_sock.h
src/cli.c
src/ssl_sock.c