aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-03-25 18:25:04 +0100
committerErlang/OTP <[email protected]>2019-03-25 18:25:04 +0100
commit0118046f9bda8dcf3594184fa439b79267db8017 (patch)
treedc6499a9f1ad62e9cbf22a9087dfa4e9dcd4bae2 /lib/ssl/doc/src
parenta2b406898cb38b1bf1e812ec87349ee0cd3866ed (diff)
downloadotp-0118046f9bda8dcf3594184fa439b79267db8017.tar.gz
otp-0118046f9bda8dcf3594184fa439b79267db8017.tar.bz2
otp-0118046f9bda8dcf3594184fa439b79267db8017.zip
Prepare release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r--lib/ssl/doc/src/notes.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index a511cb4db3..5db0cddc9f 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -27,6 +27,37 @@
</header>
<p>This document describes the changes made to the SSL application.</p>
+<section><title>SSL 9.3</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ TLS-1.0, TLS-1.1 and DTLS-1.0 are now considered legacy
+ and not supported by default</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-14865</p>
+ </item>
+ <item>
+ <p>
+ Use new logger API in ssl. Introduce log levels and
+ verbose debug logging for SSL.</p>
+ <p>
+ Own Id: OTP-15055</p>
+ </item>
+ <item>
+ <p>
+ Basic support for TLS 1.3 Server for experimental use.</p>
+ <p>
+ Own Id: OTP-15591</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 9.2.1</title>
<section><title>Fixed Bugs and Malfunctions</title>