summaryrefslogtreecommitdiff
path: root/lib/ssl
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2021-02-04 13:46:04 +0100
committerIngela Anderton Andin <ingela@erlang.org>2021-02-04 13:46:04 +0100
commite20c577ffa82411a43d08cbcb9a03c2783f37dc3 (patch)
treeee07f5076bdd975595357befd06167fce1114eb4 /lib/ssl
parent2b118cd752098121eb29cf18513de4b84901434c (diff)
parent74d045d62e283948247e03a93d22171802997804 (diff)
downloaderlang-e20c577ffa82411a43d08cbcb9a03c2783f37dc3.tar.gz
Merge branch 'maint-23' into maint
* maint-23: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
Diffstat (limited to 'lib/ssl')
-rw-r--r--lib/ssl/doc/src/notes.xml39
-rw-r--r--lib/ssl/vsn.mk2
2 files changed, 40 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index c53a489fdd..1e65897ef1 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -27,6 +27,45 @@
</header>
<p>This document describes the changes made to the SSL application.</p>
+<section><title>SSL 10.2.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Avoid that upgrade (from TCP to TLS) servers starts
+ multiple session cache handlers for the same server. This
+ applies to Erlang distribution over TLS servers.</p>
+ <p>
+ Own Id: OTP-17139 Aux Id: ERL-1458, OTP-16239 </p>
+ </item>
+ <item>
+ <p>
+ Legacy cipher suites defined before TLS-1.2 (but still
+ supported) should be possible to use in TLS-1.2. They
+ where accidentally excluded for available cipher suites
+ for TLS-1.2 in OTP-23.2.2.</p>
+ <p>
+ Own Id: OTP-17174 Aux Id: ERIERL-597 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Enable Erlang distribution over TLS to run TLS-1.3,
+ although TLS-1.2 will still be default.</p>
+ <p>
+ Own Id: OTP-16239 Aux Id: ERL-1458, OTP-17139 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 10.2.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk
index 2553925b24..cc0cf3cbd8 100644
--- a/lib/ssl/vsn.mk
+++ b/lib/ssl/vsn.mk
@@ -1 +1 @@
-SSL_VSN = 10.2.1
+SSL_VSN = 10.2.2