From 663e847459686604ea051f036a0e4caff18cea6f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 12 May 2016 12:04:14 +0200 Subject: Revert "Prepare release" This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. --- lib/ssl/doc/src/notes.xml | 50 ----------------------------------------------- 1 file changed, 50 deletions(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 5db954c3b4..e9b523d9e1 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,56 +28,6 @@

This document describes the changes made to the SSL application.

-
SSL 8.0 - -
Improvements and New Features - - -

- Remove default support for DES cipher suites

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-13195

-
- -

- Deprecate the function crypto:rand_bytes and make sure - that crypto:strong_rand_bytes is used in all places that - are cryptographically significant.

-

- Own Id: OTP-13214

-
- -

- Better error handling of user error during TLS upgrade. - ERL-69 is solved by gen_statem rewrite of ssl - application.

-

- Own Id: OTP-13255

-
- -

- Remove confusing error message when closing a distributed - erlang node running over TLS

-

- Own Id: OTP-13431

-
- -

- ssl now uses gen_statem instead of gen_fsm to implement - the ssl connection process, this solves some timing - issues in addtion to making the code more intuitive as - the behaviour can be used cleanly instead of having a lot - of workaround for shortcomings of the behaviour.

-

- Own Id: OTP-13464

-
-
-
- -
-
SSL 7.3.2
Fixed Bugs and Malfunctions -- cgit v1.2.3