Name: | libssh |
---|---|
Version: | 0.8.5 |
Release: | 2.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 666381 |
License: | LGPLv2+ |
RPM: | libssh-0.8.5-2.el8.i686.rpm |
Source RPM: | libssh-0.8.5-2.el8.src.rpm |
Build Date: | Sun May 12 2019 |
Build Host: | ca-build103.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.libssh.org |
Summary: | A library implementing the SSH protocol |
Description: | The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl). |
- Fix more regressions introduced by the fixes for CVE-2018-10933
- Update to version 0.8.5 * Fixed an issue where global known_hosts file was ignored (#1649321) * Fixed ssh_get_fd() to return writable file descriptor (#1649319) * Fixed regression introduced in known_hosts parsing (#1649315) * Fixed a regression which caused only the first algorithm in known_hosts to be considered (#1638790)
- Fix regressions introduced by the fixes for CVE-2018-10933
- Fix for authentication bypass issue in server implementation (#1639926)
- Fixed errors found by static code analysis (#1602594)
- Update to version 0.8.3 * Added support for rsa-sha2 (#1610882) * Added support to parse private keys in openssh container format (other than ed25519) (#1622983) * Added support for diffie-hellman-group18-sha512 and diffie-hellman-group16-sha512 (#1610885) * Added ssh_get_fingerprint_hash() * Added ssh_pki_export_privkey_base64() * Added support for Match keyword in config file * Improved performance and reduced memory footprint for sftp * Fixed ecdsa publickey auth * Fixed reading a closed channel * Added support to announce posix-rename@openssh.com and hardlink@openssh.com in the sftp server * Use -fstack-protector-strong if possible (#1624135)
- Fix the creation of symbolic links for libssh_threads.so.4
- Add missing Provides for libssh_threads.so.4
- Add Provides for libssh_threads.so to unbreak applications - Fix ABIMap detection to not depend on python to build
- Update to version 0.8.1 https://www.libssh.org/2018/08/13/libssh-0-8-1/