diff options
author | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
commit | fc0427be6d482182ec70f3cd87c73027cfb17ea9 (patch) | |
tree | 70a9ed08bbb94083e42fbbc0aa4e67404b1634b0 /lib/ssl/doc/src | |
parent | b47d104994c6f11301f23b0675ed5f06f3e25922 (diff) | |
download | otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.gz otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.bz2 otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.zip |
Prepare release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index c7f50777a8..29b8e8ff67 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,42 @@ <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 8.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + List of possible anonymous suites, never supported by + default, where incorrect for some TLS versions.</p> + <p> + Own Id: OTP-13926</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Experimental version of DTLS. It is runnable but not + complete and cannot be considered reliable for production + usage.</p> + <p> + Own Id: OTP-12982</p> + </item> + <item> + <p> + Add API options to handle ECC curve selection.</p> + <p> + Own Id: OTP-13959</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 8.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> |