diff options
author | Erlang/OTP <[email protected]> | 2016-06-02 10:55:26 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-06-02 10:55:26 +0200 |
commit | e020f75c10410a6943cd055bfa072a2641eab7da (patch) | |
tree | 56f9a4af41b86bf1530bada0a930bd79f8fb952d /lib/crypto/doc | |
parent | fe1c9b60822ba9818e06caf1b53f079bb1575086 (diff) | |
download | otp-e020f75c10410a6943cd055bfa072a2641eab7da.tar.gz otp-e020f75c10410a6943cd055bfa072a2641eab7da.tar.bz2 otp-e020f75c10410a6943cd055bfa072a2641eab7da.zip |
Prepare release
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 6c76a0d7b0..cbca2a8030 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,52 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 3.7</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Refactor <c>crypto</c> to use the EVP interface of + OpenSSL, which is the recommended interface that also + enables access to hardware acceleration for some + operations.</p> + <p> + Own Id: OTP-12217</p> + </item> + <item> + <p> + Add support for 192-bit keys for the <c>aes_cbc</c> + cipher.</p> + <p> + Own Id: OTP-13206 Aux Id: pr 832 </p> + </item> + <item> + <p> + Add support for 192-bit keys for <c>aes_ecb</c>.</p> + <p> + Own Id: OTP-13207 Aux Id: pr829 </p> + </item> + <item> + <p> + Deprecate the function crypto:rand_bytes and make sure + that crypto:strong_rand_bytes is used in all places that + are cryptographically significant.</p> + <p> + Own Id: OTP-13214</p> + </item> + <item> + <p> + Enable AES-GCM encryption/decryption to change the tag + length between 1 to 16 bytes.</p> + <p> + Own Id: OTP-13483 Aux Id: PR-998 </p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 3.6.3</title> <section><title>Fixed Bugs and Malfunctions</title> |