mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-05 20:21:11 +03:00
b89858b83d68d7e29e0c5b0bb803f8a68271710c
- MD5-based MACs and hashes: `hmac-md5`, `hmac-md5-96`, `LIBSSH2_HOSTKEY_HASH_MD5` You can enable it now with `-DLIBSSH2_MD5_ENABLE`. Disabled by default since OpenSSH 7.2 (2016-02-29). - 3DES cipher: `3des-cbc` You can enable it now with `-DLIBSSH2_3DES_ENABLE`. Disabled by default since OpenSSH 7.4 (2016-12-19). - RIPEMD-160 MACs: `hmac-ripemd160`, `hmac-ripemd160@openssh.com` You can enable it now with `-DLIBSSH2_HMAC_RIPEMD_ENABLE`. Removed in OpenSSH 7.6 (2017-10-03). - Blowfish cipher: `blowfish-cbc` You can enable it now with `-DLIBSSH2_BLOWFISH_ENABLE`. Removed in OpenSSH 7.6 (2017-10-03). - RC4 ciphers: `arcfour`, `arcfour128` You can enable it now with `-DLIBSSH2_RC4_ENABLE`. Removed in OpenSSH 7.6 (2017-10-03). - CAST cipher: `cast128-cbc` You can enable it now with `-DLIBSSH2_CAST_ENABLE`. Removed in OpenSSH 7.6 (2017-10-03). - old-style, MD5-based encrypted private keys. You can enable it now with `-DLIBSSH2_MD5_PEM_ENABLE`. CI runs: before: https://github.com/libssh2/libssh2/actions/runs/13066267976/job/36459081012 https://ci.appveyor.com/project/libssh2org/libssh2/builds/51426618 after: https://github.com/libssh2/libssh2/actions/runs/13071320635/job/36473418776?pr=1531 https://ci.appveyor.com/project/libssh2org/libssh2/builds/51428270 Closes #1531
libssh2 - SSH2 library
libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license.
Installation instructions:
Description
libssh2 - это библиотека, реализующая протокол SSH2, доступная по пересмотренной лицензии BSD
Languages
C
85.3%
M4
3.5%
CMake
3.3%
Shell
2.7%
RPGLE
1.7%
Other
3.2%