From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 9d68ee0eee..d02e21a013 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,45 @@

This document describes the changes made to the SSL application.

+
SSL 8.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Correctly formed handshake messages received out of order + will now correctly fail the connection with unexpected + message.

+

+ Own Id: OTP-13853

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

+ ssl application now behaves gracefully also on partially + incorrect input from peer.

+

+ Own Id: OTP-13834

+
+ +

+ Add application environment configuration + bypass_pem_cache. This can be used as a workaround for + the current implementation of the PEM-cache that has + proven to be a bottleneck.

+

+ Own Id: OTP-13883

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