diff options
author | Erlang/OTP <[email protected]> | 2014-09-15 12:02:14 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-09-15 12:02:14 +0200 |
commit | 950d808c97a4c5b579f4f1cc16b95f2d419d3505 (patch) | |
tree | 7f2cf00f62e2378410fb29099b817b1f3185e253 /lib/ssl/doc | |
parent | 2191e216a95d3cb41edd7ad2069e3b2d88b907e7 (diff) | |
download | otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.tar.gz otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.tar.bz2 otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.zip |
Update release notes
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 42 |
1 files changed, 41 insertions, 1 deletions
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 @@ <file>notes.xml</file> </header> <p>This document describes the changes made to the SSL application.</p> - <section><title>SSL 5.3.5</title> + <section><title>SSL 5.3.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + 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.</p> + <p> + Own Id: OTP-12026</p> + </item> + <item> + <p> + 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.</p> + <p> + Own Id: OTP-12149</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add decode functions for SNI (Server Name Indication)</p> + <p> + Own Id: OTP-12048</p> + </item> + </list> + </section> + +</section> + +<section><title>SSL 5.3.5</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |