Name: | libssh |
---|---|
Version: | 0.9.6 |
Release: | 6.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 581299 |
License: | LGPLv2+ |
RPM: | libssh-0.9.6-6.el8.i686.rpm |
Source RPM: | libssh-0.9.6-6.el8.src.rpm |
Build Date: | Fri Mar 31 2023 |
Build Host: | build-ol8-i386.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). |
- 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
- Revert previous commit as it is incorrect.
- Fix CVE-2021-3634: Fix possible heap-buffer overflow when rekeying with different key exchange mechanism (#1978810)
- Fix CVE-2020-16135 NULL pointer dereference in sftpserver.c if ssh_buffer_new returns NULL (#1862646)
- Do not return error when server properly closed the channel (#1849071) - Add a test for CVE-2019-14889 - Do not parse configuration file in torture_knownhosts test