From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 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 deaff51388..e2b90eca75 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,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 -- cgit v1.2.3