From 77da984614ae462912a1896ba1bb73c798ffd4f8 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 19 Jun 2014 13:47:21 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'lib/crypto/doc/src') 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 @@

This document describes the changes made to the Crypto application.

+
Crypto 3.4 + +
Fixed Bugs and Malfunctions + + +

+ Fix memory leak in crypto:hmac_init/upgrade/final + functions for all data and in crypto:hmac/3/4 for + data larger than 20000 bytes. Bug exists since OTP 17.0.

+

+ Own Id: OTP-11953

+
+ +

+ Fix memory leak in crypto for elliptic curve.

+

+ Own Id: OTP-11999

+
+
+
+ + +
Improvements and New Features + + +

+ Add aes_cfb8 cypher to crypto:block_encrypt + and block_decrypt.

+

+ Own Id: OTP-11911

+
+
+
+ +
+
Crypto 3.3
Fixed Bugs and Malfunctions -- cgit v1.2.3