summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2023-03-24 13:56:25 +1100
committerDamien Miller <djm@mindrot.org>2023-03-24 13:56:25 +1100
commit7280401bdd77ca54be6867a154cc01e0d72612e0 (patch)
treed9742a2d5c79b4977c5b9370efa8d135f7b54ed9 /INSTALL
parentabda22fb48302f2142233f71d27c74040288c518 (diff)
remove support for old libcrypto
OpenSSH now requires LibreSSL 3.1.0 or greater or OpenSSL 1.1.1 or greater with/ok dtucker@
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 2 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 68b15e13..f99d1e2a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,12 +21,8 @@ https://zlib.net/
libcrypto from either of LibreSSL or OpenSSL. Building without libcrypto
is supported but severely restricts the available ciphers and algorithms.
- - LibreSSL (https://www.libressl.org/)
- - OpenSSL (https://www.openssl.org) with any of the following versions:
- - 1.0.x >= 1.0.1 or 1.1.0 >= 1.1.0g or any 1.1.1
-
-Note that due to a bug in EVP_CipherInit OpenSSL 1.1 versions prior to
-1.1.0g can't be used.
+ - LibreSSL (https://www.libressl.org/) 3.1.0 or greater
+ - OpenSSL (https://www.openssl.org) 1.1.1 or greater
LibreSSL/OpenSSL should be compiled as a position-independent library
(i.e. -fPIC, eg by configuring OpenSSL as "./config [options] -fPIC"