From 950d808c97a4c5b579f4f1cc16b95f2d419d3505 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 15 Sep 2014 12:02:14 +0200 Subject: Update release notes --- lib/ssl/doc/src/notes.xml | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 1b37a2baa2..8643cd3745 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -25,7 +25,47 @@ notes.xml

This document describes the changes made to the SSL application.

-
SSL 5.3.5 +
SSL 5.3.6 + +
Fixed Bugs and Malfunctions + + +

+ Corrected handling of ECC certificates, there where + several small issues with the handling of such + certificates in the ssl and public_key application. Now + ECC signed ECC certificates shall work and not only RSA + signed ECC certificates.

+

+ Own Id: OTP-12026

+
+ +

+ Check that the certificate chain ends with a trusted ROOT + CA e.i. a self-signed certificate, but provide an option + partial_chain to enable the application to define an + intermediat CA as trusted.

+

+ Own Id: OTP-12149

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

+ Add decode functions for SNI (Server Name Indication)

+

+ Own Id: OTP-12048

+
+
+
+ +
+ +
SSL 5.3.5
Fixed Bugs and Malfunctions -- cgit v1.2.3