From eace29905be436d77245656b2511c9a9c2c67c90 Mon Sep 17 00:00:00 2001 From: Raimo Niskanen Date: Fri, 5 May 2017 13:15:42 +0200 Subject: Revert "Prepare release" This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. --- lib/ssl/doc/src/notes.xml | 75 ----------------------------------------------- 1 file changed, 75 deletions(-) (limited to 'lib/ssl/doc/src/notes.xml') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 88ba12b83b..d8e26d635f 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,81 +28,6 @@

This document describes the changes made to the SSL application.

-
SSL 8.2 - -
Improvements and New Features - - -

- TLS-1.2 clients will now always send hello messages on - its own format, as opposed to earlier versions that will - send the hello on the lowest supported version, this is a - change supported by the latest RFC.

-

- This will make interoperability with some newer servers - smoother. Potentially, but unlikely, this could cause a - problem with older servers if they do not adhere to the - RFC and ignore unknown extensions.

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-13820

-
- -

- Allow Erlang/OTP to use OpenSSL in FIPS-140 mode, in - order to satisfy specific security requirements (mostly - by different parts of the US federal government).

-

- See the new crypto users guide "FIPS mode" chapter about - building and using the FIPS support which is disabled by - default.

-

- (Thanks to dszoboszlay and legoscia)

-

- Own Id: OTP-13921 Aux Id: PR-1180

-
- -

- Implemented DTLS cookie generation, requiered by spec, - instead of using hardcode value.

-

- Own Id: OTP-14076

-
- -

- Extend connection_information/[1,2] . The values - session_id, master_secret, client_random and - server_random can no be accessed by - connection_information/2. Note only session_id will be - added to connection_information/1. The rational is that - values concerning the connection security should have to - be explicitly requested.

-

- Own Id: OTP-14291

-
- -

- Chacha cipher suites are currently not tested enough to - be most prefered ones

-

- Own Id: OTP-14382

-
- -

- Basic support for DTLS that been tested together with - OpenSSL.

-

- Test by providing the option {protocol, dtls} to the ssl - API functions connect and listen.

-

- Own Id: OTP-14388

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