summaryrefslogtreecommitdiff
path: root/lib/ssl/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-02-26 14:55:57 +0100
committerErlang/OTP <otp@erlang.org>2020-02-26 14:55:57 +0100
commit50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271 (patch)
treea5ac631ae334afb8a0d7f6714f94dc3be45504f1 /lib/ssl/doc/src
parentdfa21893dae963c615b4c1dde0dd45684f0d29b9 (diff)
downloaderlang-50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271.tar.gz
Prepare release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r--lib/ssl/doc/src/notes.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index 6360f5977e..61cfdc0665 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -27,6 +27,61 @@
</header>
<p>This document describes the changes made to the SSL application.</p>
+<section><title>SSL 10.0</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Drop support for SSL-3.0. Support for this legacy TLS
+ version has not been enabled by default since OTP 19. Now
+ all code to support it has been removed, that is SSL-3.0
+ protocol version can not be used and is considered
+ invalid.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-14790</p>
+ </item>
+ <item>
+ <p>
+ Utilize new properties of <seealso
+ marker="erts:erlang#dist_ctrl_get_data/1"><c>erlang:dist_ctrl_get_data()</c></seealso>
+ for performance improvement of Erlang distribution over
+ TLS.</p>
+ <p>
+ Own Id: OTP-16127 Aux Id: OTP-15618 </p>
+ </item>
+ <item>
+ <p>
+ Calls of deprecated functions in the <seealso
+ marker="crypto:new_api#the-old-api">Old Crypto
+ API</seealso> are replaced by calls of their <seealso
+ marker="crypto:new_api#the-new-api">substitutions</seealso>.</p>
+ <p>
+ Own Id: OTP-16346</p>
+ </item>
+ <item>
+ <p>
+ This change adds TLS-1.3 to the list of default supported
+ versions. That is, TLS-1.3 and TLS-1.2 are configured
+ when ssl option 'versions' is not explicitly set.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-16400</p>
+ </item>
+ <item>
+ <p>Refactored the internal handling of deprecated and
+ removed functions.</p>
+ <p>
+ Own Id: OTP-16469</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 9.5.3</title>
<section><title>Fixed Bugs and Malfunctions</title>