From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'lib/crypto/doc/src') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 3a44550ae2..a9f8dd84af 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,53 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.2 + +
Fixed Bugs and Malfunctions + + +

+ Remove unnecessary dependency to libssl from crypto NIF + library. This dependency was introduced by accident in + R14B04.

+

+ Own Id: OTP-10064

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

+ Add crypto and public_key support for the hash functions + SHA224, SHA256, SHA384 and SHA512 and also hmac and + rsa_sign/verify support using these hash functions. + Thanks to Andreas Schultz for making a prototype.

+

+ Own Id: OTP-9908

+
+ +

+ Optimize RSA private key handling in crypto and + public_key.

+

+ Own Id: OTP-10065

+
+ +

+ Make crypto:aes_cfb_128_encrypt and + crypto:aes_cfb_128_decrypt handle data and cipher + with arbitrary length. (Thanks to Stefan Zegenhagen)

+

+ Own Id: OTP-10136

+
+
+
+ +
+
Crypto 2.1
Improvements and New Features -- cgit v1.2.3