]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: Build with new cryptographic library AWS-LC
authorAndrew Hopkins <andhop@amazon.com>
Thu, 6 Jul 2023 22:41:46 +0000 (15:41 -0700)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 4 Sep 2023 16:19:18 +0000 (18:19 +0200)
commitb3f94f8b3b6747eac1c22318d03bdb80e008d5c1
treed524c69be57a57bb120452cf0a14911278259583
parent3cfc30416c6d41db8d59ced738d530929c2e98e3
BUILD: ssl: Build with new cryptographic library AWS-LC

This adds a new option for the Makefile USE_OPENSSL_AWSLC, and
update the documentation with instructions to use HAProxy with
AWS-LC.

Update the type of the OCSP callback retrieved with
SSL_CTX_get_tlsext_status_cb with the actual type for
libcrypto versions greater than 1.0.2. This doesn't affect
OpenSSL which casts the callback to void* in SSL_CTX_ctrl.
INSTALL
Makefile
include/haproxy/openssl-compat.h
src/haproxy.c
src/ssl_sock.c