diff options
author | Erlang/OTP <[email protected]> | 2017-02-01 18:32:57 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-02-01 18:32:57 +0100 |
commit | 4751ac228fc09c6421f521b9e5a1a0f2b2eebade (patch) | |
tree | c1df04e10d7b3b304572fb674eaec2cd1b524aaa /lib/crypto | |
parent | c25ee54a0ba1a875a714f9f3e52071846c655982 (diff) | |
download | otp-4751ac228fc09c6421f521b9e5a1a0f2b2eebade.tar.gz otp-4751ac228fc09c6421f521b9e5a1a0f2b2eebade.tar.bz2 otp-4751ac228fc09c6421f521b9e5a1a0f2b2eebade.zip |
Prepare release
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 0138eb6ad2..425a3dd437 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 3.6.3.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Key exchange algorithms + diffie-hellman-group-exchange-sha* optimized, up to a + factor of 11 for the slowest ( = biggest and safest) one.</p> + <p> + Own Id: OTP-14169 Aux Id: seq-13261 </p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 3.6.3</title> <section><title>Fixed Bugs and Malfunctions</title> |