From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 38 ++++++++++++++++++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 763f79e02d..3a44550ae2 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,44 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.1 + +
Improvements and New Features + + +

+ public_key, ssl and crypto now supports PKCS-8

+

+ Own Id: OTP-9312

+
+ +

Erlang/OTP can now be built using parallel make if you + limit the number of jobs, for instance using 'make + -j6' or 'make -j10'. 'make -j' does not + work at the moment because of some missing + dependencies.

+

+ Own Id: OTP-9451

+
+ +

+ Add DES and Triple DES cipher feedback (CFB) mode + functions to crypto. (Thanks to Paul Guyot)

+

+ Own Id: OTP-9640

+
+ +

+ Add sha256, sha384 and sha512 support for + crypto:rsa_verify.

+

+ Own Id: OTP-9778

+
+
+
+ +
+
Crypto 2.0.4
Fixed Bugs and Malfunctions diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 33fa9b1ec3..7e82e47d38 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.0.4 +CRYPTO_VSN = 2.1 -- cgit v1.2.3