From 0f8afe80c6582f7affd17f36dc9cb48cc7946713 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2016 10:46:23 +0100 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 23 +++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index f684b6f6eb..0138eb6ad2 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,29 @@

This document describes the changes made to the Crypto application.

+
Crypto 3.6.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix bug for aes_ecb block crypto when data is + larger than 16 bytes.

+

+ Own Id: OTP-13249

+
+ +

+ Improve portability of ECC tests in Crypto and SSL for + "exotic" OpenSSL versions.

+

+ Own Id: OTP-13311

+
+
+
+ +
+
Crypto 3.6.2
Fixed Bugs and Malfunctions diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index de4329e612..6dcb28ec8a 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 3.6.2 +CRYPTO_VSN = 3.6.3 -- cgit v1.2.3