diff options
author | Ingela Anderton Andin <ingela@erlang.org> | 2020-01-28 10:39:23 +0100 |
---|---|---|
committer | Ingela Anderton Andin <ingela@erlang.org> | 2020-01-28 10:39:23 +0100 |
commit | fb2175c7a3796b09a6165d3312e5054f759810ad (patch) | |
tree | 36090979e344b1c3ada419db0010616cefd3d74d /lib/ssl | |
parent | 603a626baae036e1a1515fd679ab9301d29f4da6 (diff) | |
parent | 692c0a4f98a85b81de8121ee2a452aa7350c819f (diff) | |
download | erlang-fb2175c7a3796b09a6165d3312e5054f759810ad.tar.gz |
Merge branch 'maint-22' into maint
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 33 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index ef2cac83a9..6360f5977e 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,39 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.5.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Enhance error handling, all ALERTS shall be handled + gracefully and not cause a crash.</p> + <p> + Own Id: OTP-16413 Aux Id: ERL-1136 </p> + </item> + <item> + <p> + Enhance alert logging, in some places the role indication + of the alert origin was missing. So the log would say + undefined instead of client or server.</p> + <p> + Own Id: OTP-16424</p> + </item> + <item> + <p> + Two different optimizations did not work together and + resulted in the possible breakage of connections using + stream ciphers (that is RC4). Reworked the implementation + to avoid this.</p> + <p> + Own Id: OTP-16426 Aux Id: ERL-1136 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.5.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 29babcf21a..2b2859b6b6 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.5.2 +SSL_VSN = 9.5.3 |