From e020f75c10410a6943cd055bfa072a2641eab7da Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 10:55:26 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/crypto/doc') 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 @@

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