From e09dd66dc4d89c62ddfd8c19791f9678d5d787c6 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 12 May 2015 18:18:55 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index a0ebc4b3dd..6ab109e349 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,49 @@

This document describes the changes made to the Crypto application.

+
Crypto 3.6 + +
Fixed Bugs and Malfunctions + + +

+ Enhance crypto:generate_key to calculate ECC public keys + from private key.

+

+ Own Id: OTP-12394

+
+ +

+ Fix bug in crypto:generate_key for ecdh + that could cause VM crash for faulty input.

+

+ Own Id: OTP-12733

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

+ Use the EVP API for AES-CBC crypto to enables the use of + hardware acceleration for AES-CBC crypto on newer Intel + CPUs (AES-NI), among other platforms.

+

+ Own Id: OTP-12380

+
+ +

+ Add AES ECB block encryption.

+

+ Own Id: OTP-12403

+
+
+
+ +
+
Crypto 3.5
Improvements and New Features diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 8489b59562..55b1b3e8c4 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 3.5 +CRYPTO_VSN = 3.6 -- cgit v1.2.3