diff options
author | Erlang/OTP <[email protected]> | 2014-06-19 13:47:21 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-06-19 13:47:21 +0200 |
commit | 77da984614ae462912a1896ba1bb73c798ffd4f8 (patch) | |
tree | b2b02d6af355b1a14f55d6abe76fda9977cecbb6 /lib/crypto/doc | |
parent | 1af8998028f77b4ca01c52972a5983b072ef02d1 (diff) | |
download | otp-77da984614ae462912a1896ba1bb73c798ffd4f8.tar.gz otp-77da984614ae462912a1896ba1bb73c798ffd4f8.tar.bz2 otp-77da984614ae462912a1896ba1bb73c798ffd4f8.zip |
Prepare release
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 34f2e3c469..1bd2034b93 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,42 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 3.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix memory leak in <c>crypto:hmac_init/upgrade/final</c> + functions for all data and in <c>crypto:hmac/3/4</c> for + data larger than 20000 bytes. Bug exists since OTP 17.0.</p> + <p> + Own Id: OTP-11953</p> + </item> + <item> + <p> + Fix memory leak in <c>crypto</c> for elliptic curve.</p> + <p> + Own Id: OTP-11999</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add <c>aes_cfb8</c> cypher to <c>crypto:block_encrypt</c> + and <c>block_decrypt</c>.</p> + <p> + Own Id: OTP-11911</p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 3.3</title> <section><title>Fixed Bugs and Malfunctions</title> |