From fb7006280f8d5a45459e1fba066fe6f6131e8e86 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 24 Sep 2018 11:32:41 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'lib/ssh/doc/src') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 2478a8950b..7e77c6a457 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,45 @@ notes.xml +
Ssh 4.7.1 + +
Improvements and New Features + + +

+ Extended the undocumented ssh_dbg debug module + with an api for a circular trace buffer. This makes it + easy to record the last low-level events before an error + is detected. It is intended for solving difficult errors.

+

+ Own Id: OTP-15020

+
+ +

+ The key exchange methods + 'curve25519-sha256@libssh.org', + 'curve25519-sha256' and 'curve448-sha512' + are implemented. The last two are defined in + https://tools.ietf.org/html/draft-ietf-curdle-ssh-curves

+

+ They all depends on that OpenSSL 1.1.1 or higher is used + as cryptolib.

+

+ Own Id: OTP-15133 Aux Id: OTP-15240

+
+ +

+ The cipher 'chacha20-poly1305@openssh.com' is now + supported if OpenSSL 1.1.1 or higher is used as + cryptolib.

+

+ Own Id: OTP-15209 Aux Id: OTP-15164

+
+
+
+ +
+
Ssh 4.7
Fixed Bugs and Malfunctions -- cgit v1.2.3