Skip to content

Commit 8452a3f

Browse files
committed
DOC: install: update the range of tested openssl version to cover 3.3
OpenSSL 3.3 is known to work since it's tested on the CI, to let's add it to the list of known good versions.
1 parent 2a949be commit 8452a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ to forcefully enable it using "USE_LIBCRYPT=1".
235235
-----------------
236236
For SSL/TLS, it is necessary to use a cryptography library. HAProxy currently
237237
supports the OpenSSL library, and is known to build and work with branches
238-
1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, 3.0, 3.1 and 3.2. It is recommended to use
238+
1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, and 3.0 to 3.3. It is recommended to use
239239
at least OpenSSL 1.1.1 to have support for all SSL keywords and configuration
240240
in HAProxy. OpenSSL follows a long-term support cycle similar to HAProxy's,
241241
and each of the branches above receives its own fixes, without forcing you to

0 commit comments

Comments
 (0)