diff options
author | Damien Miller <djm@mindrot.org> | 2023-03-24 03:56:25 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-03-24 03:56:25 +0100 |
commit | 7280401bdd77ca54be6867a154cc01e0d72612e0 (patch) | |
tree | d9742a2d5c79b4977c5b9370efa8d135f7b54ed9 /INSTALL | |
parent | Test latest OpenSSL 1.1, 3.0 and LibreSSL 3.7. (diff) | |
download | openssh-7280401bdd77ca54be6867a154cc01e0d72612e0.tar.xz openssh-7280401bdd77ca54be6867a154cc01e0d72612e0.zip |
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-- | INSTALL | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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" |