diff options
author | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
commit | 0f2ddb633ffe97a92584edfbaf95d2dce3961cc8 (patch) | |
tree | b760449c28fa4e4325f553b6f075d2c4599c3f22 /lib/ssl/doc/src | |
parent | 5b56ecbe12493a1ff6a0e975a65cefd09005cecd (diff) | |
download | otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.gz otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.bz2 otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.zip |
Revert "Prepare release"
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 10455684f1..f0231da2ad 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,73 +27,6 @@ </header> <p>This document describes the changes made to the SSL application.</p> -<section><title>SSL 9.3</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - The distribution handshake with TLS distribution - (<c>inet_tls_dist</c>) does now utilize the socket option - <c>{nodelay, true}</c>, which decreases the distribution - setup time significantly.</p> - <p> - Own Id: OTP-14792</p> - </item> - <item> - <p> - Correct shutdown reason to avoid an incorrect crash - report</p> - <p> - Own Id: OTP-15710 Aux Id: ERL-893 </p> - </item> - <item> - <p> - Enhance documentation and type specifications.</p> - <p> - Own Id: OTP-15746 Aux Id: ERIERL-333 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - TLS-1.0, TLS-1.1 and DTLS-1.0 are now considered legacy - and not supported by default</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-14865</p> - </item> - <item> - <p> - Use new logger API in ssl. Introduce log levels and - verbose debug logging for SSL.</p> - <p> - Own Id: OTP-15055</p> - </item> - <item> - <p> - Basic support for TLS 1.3 Server for experimental use. - The client is not yet functional, for more information - see the Standards Compliance chapter of the User's Guide.</p> - <p> - Own Id: OTP-15591</p> - </item> - <item> - <p> - Add support for PSK CCM ciphers from RFC 6655</p> - <p> - Own Id: OTP-15626</p> - </item> - </list> - </section> - -</section> - <section><title>SSL 9.2.2</title> <section><title>Fixed Bugs and Malfunctions</title> |