From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'lib/ssh/doc') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index f65b66a7c5..8e112433c1 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,58 @@ notes.xml +
Ssh 2.1.7 + +
Fixed Bugs and Malfunctions + + +

+ ssh:daemon will get feeded with an argument even if it is + not a valid expression.

+

+ Own Id: OTP-10975

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

+ Properly ignore everything in lib/ssh/doc/html/. Thanks + to Anthony Ramine.

+

+ Own Id: OTP-10983

+
+ +

+ Integrate elliptic curve contribution from Andreas + Schultz

+

+ In order to be able to support elliptic curve cipher + suites in SSL/TLS, additions to handle elliptic curve + infrastructure has been added to public_key and crypto.

+

+ This also has resulted in a rewrite of the crypto API to + gain consistency and remove unnecessary overhead. All OTP + applications using crypto has been updated to use the new + API.

+

+ Impact: Elliptic curve cryptography (ECC) offers + equivalent security with smaller key sizes than other + public key algorithms. Smaller key sizes result in + savings for power, memory, bandwidth, and computational + cost that make ECC especially attractive for constrained + environments.

+

+ Own Id: OTP-11009

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