From f3a74a7dfb633b21b7d06e48bf430071cdc0f779 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:53:22 +0100 Subject: Update version numbers --- lib/ssh/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 59775d2d7f..668d2358c0 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.6.2 +SSH_VSN = 4.6.3 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.3 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') 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