From 7c7ba7191a3932e737fa81fd0166df1c637d4b31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 11:01:07 +0100 Subject: Update release notes --- lib/ssl/doc/src/notes.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index bdf8711b2f..14ba12167a 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,88 @@

This document describes the changes made to the SSL application.

+
SSL 8.2.4 + +
Fixed Bugs and Malfunctions + + +

+ Optimization of bad merge conflict resolution causing + dubble decode

+

+ Own Id: OTP-14843

+
+ +

+ Restore error propagation to OTP-19.3 behaviour, in + OTP-20.2 implementation adjustments to gen_statem needed + some further adjustments to avoid a race condition. This + could cause a TLS server to not always report file path + errors correctly.

+

+ Own Id: OTP-14852

+
+ +

+ Corrected RC4 suites listing function to regard TLS + version

+

+ Own Id: OTP-14871

+
+ +

+ Fix alert handling so that unexpected messages are logged + and alerted correctly

+

+ Own Id: OTP-14919

+
+ +

+ Fix alert handling so that unexpected messages are logged + and alerted correctly

+

+ Own Id: OTP-14929

+
+ +

+ Correct handling of anonymous cipher suites

+

+ Own Id: OTP-14952

+
+
+
+ + +
Improvements and New Features + + +

+ Added new API functions to facilitate cipher suite + handling

+

+ Own Id: OTP-14760

+
+ +

+ Correct TLS_FALLBACK_SCSV handling so that this special + flag suite is always placed last in the cipher suite list + in accordance with the specs. Also make sure this + functionality is used in DTLS.

+

+ Own Id: OTP-14828

+
+ +

+ Add TLS record version sanity check for early as possible + error detection and consistency in ALERT codes generated

+

+ Own Id: OTP-14892

+
+
+
+ +
+
SSL 8.2.3
Fixed Bugs and Malfunctions -- cgit v1.2.3