Name: | libssh |
---|---|
Version: | 0.9.6 |
Release: | 13.el8_9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 521895 |
License: | LGPLv2+ |
RPM: | libssh-0.9.6-13.el8_9.x86_64.rpm |
Source RPM: | libssh-0.9.6-13.el8_9.src.rpm |
Build Date: | Thu Feb 01 2024 |
Build Host: | build-ol8-x86_64.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). |
- Client and Server side mitigations (CVE-2023-48795) - Strip extensions from both kex lists for matching (CVE-2023-48795) - tests: Adjust calculation to strict kex (CVE-2023-48795)
- Add missing ci.fmf file - Related: rhbz#2182251, rhbz#2189742
- Fix covscan errors found at gating - Related: rhbz#2182251, rhbz#2189742
- Backport test fixing commits to make the build pass - Related: rhbz#2182251, rhbz#2189742
- Fix NULL dereference during rekeying with algorithm guessing GHSL-2023-032 / CVE-2023-1667 - Fix possible authentication bypass GHSL 2023-085 / CVE-2023-2283 - Resolves: rhbz#2182251, rhbz#2189742
- Enable client and server testing build time - Fix failing rekey test on arch s390x - Resolves: rhbz#2126342
- Fix CI configuration for new TMT - Resolves: rhbz#2149910
- Make VERBOSE and lower log levels less verbose - Resolves: rhbz#2091512
- Remove STI tests
- Remove bad patch causing errors - Adding BuildRequires for openssh (SSHD support)