From: Willy Tarreau Date: Tue, 18 Jul 2017 04:58:16 +0000 (+0200) Subject: DOC: update the list of OpenSSL versions in the README X-Git-Tag: v1.8-dev3~236 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=7ab16868bc6e9d5ef879e1046effa035789835cc;p=haproxy-3.0.git DOC: update the list of OpenSSL versions in the README 1.1.0 is also supported nowadays. Also mention the best effort support for derivatives. --- diff --git a/README b/README index f9f7994..7583a64 100644 --- a/README +++ b/README @@ -113,8 +113,12 @@ build fails due to missing symbols such as deflateInit(), then try again with Your are strongly encouraged to always use an up-to-date version of OpenSSL, as found on https://www.openssl.org/ as vulnerabilities are occasionally found and you don't want them on your systems. HAProxy is known to build correctly on all -currently supported branches (0.9.8, 1.0.0, 1.0.1 and 1.0.2 at the time of -writing). Branch 1.0.2 is recommended for the richest features. +currently supported branches (0.9.8, 1.0.0, 1.0.1, 1.0.2 and 1.1.0 at the time +of writing). Branch 1.0.2 is currently recommended for the best combination of +features and stability. Asynchronous engines require OpenSSL 1.1.0 though. It's +worth mentionning that some OpenSSL derivatives are also reported to work but +may occasionally break. Patches to fix them are welcome but please read the +CONTRIBUTING file first. To link OpenSSL statically against haproxy, build OpenSSL with the no-shared keyword and install it to a local directory, so your system is not affected :