From 6e51c6d19612d03abc81b86bb70b8d7da678ce5d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 21 Jun 2016 15:12:41 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/crypto/doc/src/notes.xml') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 6c76a0d7b0..7d3a85326f 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,52 @@

This document describes the changes made to the Crypto application.

+
Crypto 3.7 + +
Improvements and New Features + + +

+ Refactor crypto to use the EVP interface of + OpenSSL, which is the recommended interface that also + enables access to hardware acceleration for some + operations.

+

+ Own Id: OTP-12217

+
+ +

+ Add support for 192-bit keys for the aes_cbc + cipher.

+

+ Own Id: OTP-13206 Aux Id: pr 832

+
+ +

+ Add support for 192-bit keys for aes_ecb.

+

+ Own Id: OTP-13207 Aux Id: pr829

+
+ +

+ Deprecate the function crypto:rand_bytes and make + sure that crypto:strong_rand_bytes is used in all + places that are cryptographically significant.

+

+ Own Id: OTP-13214

+
+ +

+ Enable AES-GCM encryption/decryption to change the tag + length between 1 to 16 bytes.

+

+ Own Id: OTP-13483 Aux Id: PR-998

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