From 48f627f2a8485aa4e213df318853746fb54f416e Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 15 Mar 2018 11:31:51 +0100 Subject: ssl: Remove duplicate release note --- lib/ssl/doc/src/notes.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 14ba12167a..810d55e25a 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -62,13 +62,6 @@

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

-- cgit v1.2.3 From bd2a492ed0343abe98cf5e0a009bec9563279821 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 15 Mar 2018 11:42:56 +0100 Subject: Update release notes --- lib/ssl/doc/src/notes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 810d55e25a..4ad7da9486 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,22 @@

This document describes the changes made to the SSL application.

+
SSL 8.2.5 + +
Fixed Bugs and Malfunctions + + +

+ Fix filter function to not incorrectly exclude AEAD + cipher suites

+

+ Own Id: OTP-14981

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