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/ssl/doc/src/notes.xml | 75 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) (limited to 'lib/ssl/doc/src/notes.xml') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index a61f52b809..8875d07535 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -26,7 +26,80 @@

This document describes the changes made to the SSL application.

-
SSL 5.2.1 +
SSL 5.3 + +
Fixed Bugs and Malfunctions + + +

+ Honor the versions option to ssl:connect and ssl:listen.

+

+ Own Id: OTP-10905

+
+ +

+ Next protocol negotiation with reused sessions will now + succeed

+

+ Own Id: OTP-10909

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

+ Add support for PSK (Pre Shared Key) and SRP (Secure + Remote Password) chipher suits, thanks to Andreas + Schultz.

+

+ Own Id: OTP-10450 Aux Id: kunagi-269 [180]

+
+ +

+ Fix SSL Next Protocol Negotiation documentation. Thanks + to Julien Barbot.

+

+ Own Id: OTP-10955

+
+ +

+ Fix ssl_connection to support reading proxy/chain + certificates. Thanks to Valentin Kuznetsov.

+

+ Own Id: OTP-10980

+
+ +

+ 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

+
+
+
+ +
+ +
SSL 5.2.1
Improvements and New Features -- cgit v1.2.3