]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: add USE_ENGINE and disable the openssl engine by default
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 11 Apr 2022 16:41:24 +0000 (18:41 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 11 Apr 2022 16:41:24 +0000 (18:41 +0200)
commitd7bfbe233302d4307d1c950dd5146dd921dd01ad
tree79e3304f41b97437f04ec0aa4be4c7aba362e995
parent00147f7244bd114576a6118214dee99169098273
BUILD: ssl: add USE_ENGINE and disable the openssl engine by default

The OpenSSL engine API is deprecated starting with OpenSSL 3.0.

In order to have a clean build this feature is now disabled by default.
It can be reactivated with USE_ENGINE=1 on the build line.
Makefile
include/haproxy/openssl-compat.h
src/cfgparse-ssl.c
src/ssl_sock.c