From 47198f179ab14cf8cfcdab0d976650cd1519b236 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:57:50 +0100 Subject: Update release notes --- lib/ssh/doc/src/notes.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'lib/ssh/doc/src') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index c9e153f30c..4c8cbab858 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,48 @@ notes.xml +
Ssh 4.6.3 + +
Fixed Bugs and Malfunctions + + +

+ Passphrase option for ecdsa public keys was missing.

+

+ Own Id: OTP-14602

+
+
+
+ + +
Improvements and New Features + + +

+ The host and user public key handling is hardened so that + a faulty plugin can't deliver a key of wrong type.

+

+ Better checks in the server of the available hostkey's + types at start and at each accept.

+

+ Better checks in the client of the available user public + key types at connect.

+

+ Own Id: OTP-14676 Aux Id: ERIERL-52, OTP-14570

+
+ +

+ SSH can now fetch the host key from the private keys + stored in an Engine. See the crypto application for + details about Engines.

+

+ Own Id: OTP-14757

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