Hi. Attached a doc patch about ssl-engine and 2.6 is related to https://github.com/haproxy/haproxy/issues/1752
Regards Alex
>From 85bcc5ea26d7c1f468dbbf6a10b33bc9f79da819 Mon Sep 17 00:00:00 2001 From: Aleksandar Lazic <[email protected]> Date: Wed, 15 Jun 2022 23:52:30 +0200 Subject: [PATCH] DOC: add info about ssl-engine for 2.6 In the announcment of 2.6 is mentioned that the openssl engine is not enabled by default. This patch add the information to the configuration.txt. Is related to #1752 Should be backported to 2.6 --- doc/configuration.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 183710c35..d0e74e0fb 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2666,6 +2666,10 @@ ssl-engine <name> [algo <comma-separated list of algorithms>] openssl configuration file uses: https://www.openssl.org/docs/man1.0.2/apps/config.html + Since version 2.6 is the ssl-engine not enabled in the default build. In case + that the ssl-engine is requierd can HAProxy be rebuild with USE_ENGINE=1 + build flag. + ssl-mode-async Adds SSL_MODE_ASYNC mode to the SSL context. This enables asynchronous TLS I/O operations if asynchronous capable SSL engines are used. The current -- 2.25.1

