2020-01-06 13:04:13 by Masatake Daimon | Files touched by this commit (2) |
Log message:
Fix build on NetBSD 8.1
|
2019-12-31 13:27:03 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libssh: update to 0.93.
version 0.9.3 (released 2019-12-10)
* Fixed CVE-2019-14889 - SCP: Unsanitized location leads to command execution
* SSH-01-003 Client: Missing NULL check leads to crash in erroneous state
* SSH-01-006 General: Various unchecked Null-derefs cause DOS
* SSH-01-007 PKI Gcrypt: Potential UAF/double free with RSA pubkeys
* SSH-01-010 SSH: Deprecated hash function in fingerprinting
* SSH-01-013 Conf-Parsing: Recursive wildcards in hostnames lead to DOS
* SSH-01-014 Conf-Parsing: Integer underflow leads to OOB array access
* SSH-01-001 State Machine: Initial machine states should be set explicitly
* SSH-01-002 Kex: Differently bound macros used to iterate same array
* SSH-01-005 Code-Quality: Integer sign confusion during assignments
* SSH-01-008 SCP: Protocol Injection via unescaped File Names
* SSH-01-009 SSH: Update documentation which RFCs are implemented
* SSH-01-012 PKI: Information leak via uninitialized stack buffer
|
2019-11-28 10:25:52 by Benny Siegert | Files touched by this commit (1) |
Log message:
libssh: fix build on Solaris.
From Joern Clausen in PR pkg/54694.
|
2019-11-23 09:45:45 by Makoto Fujiwara | Files touched by this commit (7) |
Log message:
Recursive revbump based on devel/cmocka 1.1.3 -> 1.1.5
|
2019-11-13 12:49:08 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libssh: update to 0.92.
version 0.9.2 (released 2019-11-07)
* Fixed libssh-config.cmake
* Fixed issues with rsa algorithm negotiation (T191)
* Fixed detection of OpenSSL ed25519 support (T197)
|
2019-11-06 15:37:39 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libssh: update to 0.91.
version 0.9.1 (released 2019-10-25)
* Added support for Ed25519 via OpenSSL
* Added support for X25519 via OpenSSL
* Added support for localuser in Match keyword
* Fixed Match keyword to be case sensitive
* Fixed compilation with LibreSSL
* Fixed error report of channel open (T75)
* Fixed sftp documentation (T137)
* Fixed known_hosts parsing (T156)
* Fixed build issue with MinGW (T157)
* Fixed build with gcc 9 (T164)
* Fixed deprecation issues (T165)
* Fixed known_hosts directory creation (T166)
|
2019-09-18 21:35:08 by Nia Alarie | Files touched by this commit (1) | |
Log message:
libssh: update patch
|
2019-09-15 12:37:50 by Nia Alarie | Files touched by this commit (3) |
Log message:
libssh: Update to 0.90
ChangeLog
Added support for AES-GCM
Added improved rekeying support
Added performance improvements
Disabled blowfish support by default
Fixed several ssh config parsing issues
Added support for DH Group Exchange KEX
Added support for Encrypt-then-MAC mode
Added support for parsing server side configuration file
Added support for ECDSA/Ed25519 certificates
Added FIPS 140-2 compatibility
Improved known_hosts parsing
Improved documentation
Improved OpenSSL API usage for KEX, DH, KDF and signatures
|
2019-03-20 17:00:30 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libssh: update to 0.87.
version 0.8.7 (released 2019-02-25)
* Fixed handling extension flags in the server implementation
* Fixed exporting ed25519 private keys
* Fixed corner cases for rsa-sha2 signatures
* Fixed some issues with connector
|
2019-02-13 21:07:29 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libssh: update to 0.86.
version 0.8.6 (released 2018-12-24)
* Fixed compilation issues with different OpenSSL versions
* Fixed StrictHostKeyChecking in new knownhosts API
* Fixed ssh_send_keepalive() with packet filter
* Fixed possible crash with knownhosts options
* Fixed issus with rekeying
* Fixed strong ECDSA keys
* Fixed some issues with rsa-sha2 extentions
* Fixed access violation in ssh_init() (static linking)
* Fixed ssh_channel_close() handling
|