diff options
author | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
commit | fc0427be6d482182ec70f3cd87c73027cfb17ea9 (patch) | |
tree | 70a9ed08bbb94083e42fbbc0aa4e67404b1634b0 /lib/crypto/doc | |
parent | b47d104994c6f11301f23b0675ed5f06f3e25922 (diff) | |
download | otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.gz otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.bz2 otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.zip |
Prepare release
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 4ae64e059e..53ea6bb58b 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,46 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 3.7.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The crypto application has been fixed to not use RC2 + against OpenSSL built with RC2 disabled.</p> + <p> + Own Id: OTP-13895 Aux Id: PR-1163 </p> + </item> + <item> + <p> + The crypto application has been fixed to not use RC4 + against OpenSSL built with RC4 disabled.</p> + <p> + Own Id: OTP-13896 Aux Id: PR-1169 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + To ease troubleshooting, <c>erlang:load_nif/2</c> now + includes the return value from a failed call to + load/reload/upgrade in the text part of the error tuple. + The <c>crypto</c> NIF makes use of this feature by + returning the source line where/if the initialization + fails.</p> + <p> + Own Id: OTP-13951</p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 3.7.1</title> <section><title>Fixed Bugs and Malfunctions</title> |