Name: | libssh |
---|---|
Version: | 0.9.6 |
Release: | 10.el8_8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 521895 |
License: | LGPLv2+ |
RPM: | libssh-0.9.6-10.el8_8.x86_64.rpm |
Source RPM: | libssh-0.9.6-10.el8_8.src.rpm |
Build Date: | Thu Jun 29 2023 |
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). |
- 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)
- Fix CVE-2021-3634: Fix possible heap-buffer overflow when rekeying with different key exchange mechanism - Rebase to version 0.9.6 - Rename SSHD_EXECUTABLE to SSH_EXECUTABLE in tests/torture.c - Resolves: rhbz#1896651, rhbz#1994600