mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Update ChangeLog entries for 0.8.0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
49
ChangeLog
49
ChangeLog
@@ -1,7 +1,54 @@
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
version 0.7.0 (released 2015-05-xx)
|
version 0.8.0 (released 2018-08-10)
|
||||||
|
* Removed support for deprecated SSHv1 protocol
|
||||||
|
* Added new connector API for clients
|
||||||
|
* Added new known_hosts parsing API
|
||||||
|
* Added support for OpenSSL 1.1
|
||||||
|
* Added support for chacha20-poly1305 cipher
|
||||||
|
* Added crypto backend for mbedtls crypto library
|
||||||
|
* Added ECDSA support with gcrypt backend
|
||||||
|
* Added advanced client and server testing using cwrap.org
|
||||||
|
* Added support for curve25519-sha256 alias
|
||||||
|
* Added support for global known_hosts file
|
||||||
|
* Added support for symbol versioning
|
||||||
|
* Improved ssh_config parsing
|
||||||
|
* Improved threading support
|
||||||
|
|
||||||
|
version 0.7.5 (released 2017-04-13)
|
||||||
|
* Fixed a memory allocation issue with buffers
|
||||||
|
* Fixed PKI on Windows
|
||||||
|
* Fixed some SSHv1 functions
|
||||||
|
* Fixed config hostname expansion
|
||||||
|
|
||||||
|
version 0.7.4 (released 2017-02-03)
|
||||||
|
* Added id_ed25519 to the default identity list
|
||||||
|
* Fixed sftp EOF packet handling
|
||||||
|
* Fixed ssh_send_banner() to confirm with RFC 4253
|
||||||
|
* Fixed some memory leaks
|
||||||
|
|
||||||
|
version 0.7.3 (released 2016-01-23)
|
||||||
|
* Fixed CVE-2016-0739
|
||||||
|
* Fixed ssh-agent on big endian
|
||||||
|
* Fixed some documentation issues
|
||||||
|
|
||||||
|
version 0.7.2 (released 2015-09-15)
|
||||||
|
* Fixed OpenSSL detection on Windows
|
||||||
|
* Fixed return status for ssh_userauth_agent()
|
||||||
|
* Fixed KEX to prefer hmac-sha2-256
|
||||||
|
* Fixed sftp packet handling
|
||||||
|
* Fixed return values of ssh_key_is_(public|private)
|
||||||
|
* Fixed bug in global success reply
|
||||||
|
|
||||||
|
version 0.7.1 (released 2015-06-30)
|
||||||
|
* Fixed SSH_AUTH_PARTIAL auth with auto public key
|
||||||
|
* Fixed memory leak in session options
|
||||||
|
* Fixed allocation of ed25519 public keys
|
||||||
|
* Fixed channel exit-status and exit-signal
|
||||||
|
* Reintroduce ssh_forward_listen()
|
||||||
|
|
||||||
|
version 0.7.0 (released 2015-05-11)
|
||||||
* Added support for ed25519 keys
|
* Added support for ed25519 keys
|
||||||
* Added SHA2 algorithms for HMAC
|
* Added SHA2 algorithms for HMAC
|
||||||
* Added improved and more secure buffer handling code
|
* Added improved and more secure buffer handling code
|
||||||
|
|||||||
Reference in New Issue
Block a user