summaryrefslogtreecommitdiff
path: root/lib/ssl
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-05-10 16:06:07 +0200
committerErlang/OTP <otp@erlang.org>2021-05-10 16:06:07 +0200
commite79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d (patch)
tree88a408d6bf5011253069ea39b75a5c15868b5716 /lib/ssl
parentf238fdbd379882af30445453afd163a09d242e44 (diff)
downloaderlang-e79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d.tar.gz
Prepare release
Diffstat (limited to 'lib/ssl')
-rw-r--r--lib/ssl/doc/src/notes.xml66
-rw-r--r--lib/ssl/vsn.mk2
2 files changed, 67 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index 433f45bf7a..b90d5ef2e9 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -27,6 +27,72 @@
</header>
<p>This document describes the changes made to the SSL application.</p>
+<section><title>SSL 10.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Missing runtime dependencies has been added to this
+ application.</p>
+ <p>
+ Own Id: OTP-17243 Aux Id: PR-4557 </p>
+ </item>
+ <item>
+ <p>
+ TLS handshake should fail if OCSP staple is requested but
+ missing. Note that OCSP support is still considered
+ experimental and only partially implemented.</p>
+ <p>
+ Own Id: OTP-17343</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Removed ssl:ssl_accept/1,2,3 and ssl:cipher:suites/0,1
+ use ssl:handshake/1,2,3 and ssl:cipher_suites/2,3
+ instead.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-16974</p>
+ </item>
+ <item>
+ <p>
+ Make TLS handshakes in Erlang distribution concurrent.</p>
+ <p>
+ Own Id: OTP-17044 Aux Id: PR-2654 </p>
+ </item>
+ <item>
+ <p>
+ Randomize internal <c>{active,n}</c> optimization when
+ running Erlang distribution over TLS to spread RAM/CPU
+ spike that may occur when starting up a big cluster.</p>
+ <p>
+ Own Id: OTP-17117 Aux Id: PR-2933 </p>
+ </item>
+ <item>
+ <p>
+ TLS connections now support EdDSA certificates.</p>
+ <p>
+ Own Id: OTP-17142 Aux Id: PR-4756, GH-4637, GH-4650 </p>
+ </item>
+ <item>
+ <p>
+ Enhance documentation and logging of certificate
+ handling.</p>
+ <p>
+ Own Id: OTP-17384 Aux Id: GH-4800 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 10.3.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk
index 1643ba4ece..4f8f8bf248 100644
--- a/lib/ssl/vsn.mk
+++ b/lib/ssl/vsn.mk
@@ -1 +1 @@
-SSL_VSN = 10.3.1
+SSL_VSN = 10.4