10
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted over 2 years ago by gladiac
This is a security release of libssh to address CVE-2021-3634 (moderate impact), a possible heap-buffer overflow when rekeying. A workaround exists. More details can be found in the advisory. In addition the 0.9.6 version addresses some memory leaks in error path, an AEAD handshake and some more. If you are new to libssh you should […]
Posted over 3 years ago by gladiac
The libssh team is happy to announce another bugfix release of libssh as version 0.9.5. It offers bug fixes for several issues found by our users. Thanks to all contributors! This includes a fix for CVE-2020-16135, however we do not see how this would be exploitable at all. If you find a security bug in […]
Posted almost 4 years ago by gladiac
This is a security release of libssh to address CVE-2020-1730 (moderate impact), a possible Denial of Service (DoS) in client and server when handling AES-CTR keys with OpenSSL. A workaround exists. More details can be found in the advisory. In ... [More] addition the 0.9 version addresses several memory leaks and adds support for diffie-hellman-group14-sha256 key exchange. […] [Less]
Posted over 4 years ago by gladiac
This is a security release to especially address CVE-2019-14889 (low impact) but also to harden the source code. This security update is the result of a sponsored security audit of libssh by the the Mozilla Open Source Support program (MOSS). A company called Cure53 was hired to do the the security audit, which took place […]
Posted over 4 years ago by gladiac
The libssh team is proud to announce the second bugfix release of libssh as version 0.9.2. It fixes bugs we discovered since the last release. Thanks to all contributors! CMake in the meantime has a config mode for find_package(libssh). For this cmake creates the libssh-config.cmake if you correctly setup your project. We are doing that […]
Posted over 4 years ago by gladiac
The libssh team is proud to announce the first bugfix release of libssh as version 0.9.1. It fixes bugs we discovered since the last release. Thanks to all contributors! There are two things new and this is that we use X22919 and Ed25519 from OpenSSL if it provides them. If you are new to libssh […]
Posted over 4 years ago by gladiac
We are proud to announce a new major release of the SSH library. Version 0.9.0 offers a lot of new features and bug fixes. We added support for AES-GCM encryption, Encrypt-then-MAC mode, elliptic-curve certificate support, FIPS 140-2 compatibility ... [More] and many more. We also added support for server side configuration parsing. This is mostly useful for […] [Less]
Posted about 5 years ago by gladiac
This is a bugfix release of libssh to address some issues we found since the last version. If you are new to libssh you should read our tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions. You can download libssh here. Changelog Fixed handling extension […]
Posted over 5 years ago by gladiac
This is a bugfix release for libssh and maybe a christmas present for some of you 🙂 This mostly fixes some bugs or regressions introduced by the packet filter. However the packet filter is also a good documentation about packet flow. If you are new to libssh you should read our tutorial how to get […]
Posted over 5 years ago by gladiac
This is mostly a bugfix release for libssh which also adds some small features. In 0.8 you can now get the known_hosts locations using ssh_options_get(). If you are new to libssh you should read our tutorial how to get started. Please join our mailing list or visit our irc channel if you have questions. You […]