|
1 | 1 | ChangeLog |
2 | 2 | ========== |
3 | 3 |
|
4 | | -version 0.7.0 (released 2015-05-xx) |
| 4 | +version 0.8.0 (released 2018-08-10) |
| 5 | + * Removed support for deprecated SSHv1 protocol |
| 6 | + * Added new connector API for clients |
| 7 | + * Added new known_hosts parsing API |
| 8 | + * Added support for OpenSSL 1.1 |
| 9 | + * Added support for chacha20-poly1305 cipher |
| 10 | + * Added crypto backend for mbedtls crypto library |
| 11 | + * Added ECDSA support with gcrypt backend |
| 12 | + * Added advanced client and server testing using cwrap.org |
| 13 | + * Added support for curve25519-sha256 alias |
| 14 | + * Added support for global known_hosts file |
| 15 | + * Added support for symbol versioning |
| 16 | + * Improved ssh_config parsing |
| 17 | + * Improved threading support |
| 18 | + |
| 19 | +version 0.7.5 (released 2017-04-13) |
| 20 | + * Fixed a memory allocation issue with buffers |
| 21 | + * Fixed PKI on Windows |
| 22 | + * Fixed some SSHv1 functions |
| 23 | + * Fixed config hostname expansion |
| 24 | + |
| 25 | +version 0.7.4 (released 2017-02-03) |
| 26 | + * Added id_ed25519 to the default identity list |
| 27 | + * Fixed sftp EOF packet handling |
| 28 | + * Fixed ssh_send_banner() to confirm with RFC 4253 |
| 29 | + * Fixed some memory leaks |
| 30 | + |
| 31 | +version 0.7.3 (released 2016-01-23) |
| 32 | + * Fixed CVE-2016-0739 |
| 33 | + * Fixed ssh-agent on big endian |
| 34 | + * Fixed some documentation issues |
| 35 | + |
| 36 | +version 0.7.2 (released 2015-09-15) |
| 37 | + * Fixed OpenSSL detection on Windows |
| 38 | + * Fixed return status for ssh_userauth_agent() |
| 39 | + * Fixed KEX to prefer hmac-sha2-256 |
| 40 | + * Fixed sftp packet handling |
| 41 | + * Fixed return values of ssh_key_is_(public|private) |
| 42 | + * Fixed bug in global success reply |
| 43 | + |
| 44 | +version 0.7.1 (released 2015-06-30) |
| 45 | + * Fixed SSH_AUTH_PARTIAL auth with auto public key |
| 46 | + * Fixed memory leak in session options |
| 47 | + * Fixed allocation of ed25519 public keys |
| 48 | + * Fixed channel exit-status and exit-signal |
| 49 | + * Reintroduce ssh_forward_listen() |
| 50 | + |
| 51 | +version 0.7.0 (released 2015-05-11) |
5 | 52 | * Added support for ed25519 keys |
6 | 53 | * Added SHA2 algorithms for HMAC |
7 | 54 | * Added improved and more secure buffer handling code |
|
0 commit comments