| Name: | libssh |
|---|---|
| Version: | 0.9.0 |
| Release: | 4.el8 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 757542 |
| License: | LGPLv2+ |
| RPM: | libssh-0.9.0-4.el8.x86_64.rpm |
| Source RPM: | libssh-0.9.0-4.el8.src.rpm |
| Build Date: | Sun Nov 10 2019 |
| Build Host: | jenkins-10-147-72-125-5175330d-7169-4500-9dab-ee68de92c90a.appad1iad.osdevelopmeniad.oraclevcn.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). |
- Skip 1024 bits RSA key generation test in FIPS mode (#1734485)
- Add Obsoletes in libssh-config to avoid conflict with old libssh which installed the configuration files.
- Eliminate circular dependency with libssh-config subpackage
- Update to version 0.9.0 https://www.libssh.org/2019/06/28/libssh-0-9-0/ - Added explicit Requires for crypto-policies - Do not ignore known_hosts keys when SSH_OPTIONS_HOSTKEYS is set - Provide the configuration files in a separate libssh-config subpackage
- Update to 0.9.0 pre release version (0.8.91) - Added default configuration files for client and server - Removed unused patch files left behind - Fixed issues found to run upstream test suite with SELinux
- 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)