From a2ca3bd78fc002dd1e6533c191e44092cc3aa949 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 10 Dec 2018 11:07:05 +0100 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index d81a8ddd87..0a3f68ade2 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,43 @@

This document describes the changes made to the Crypto application.

+
Crypto 4.4 + +
Fixed Bugs and Malfunctions + + +

+ Updated the RSA options part in the crypto application's + C-code, documentation and tests.

+

+ Own Id: OTP-15302

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

+ Added ed25519 and ed448 sign/verify.

+

+ Requires OpenSSL 1.1.1 or higher as cryptolib under the + OTP application crypto.

+

+ Own Id: OTP-15419 Aux Id: OTP-15094

+
+ +

+ Fixed valgrind warnings.

+

+ Own Id: OTP-15467

+
+
+
+ +
+
Crypto 4.3.3
Fixed Bugs and Malfunctions diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 64d593f64a..6a91244715 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 4.3.3 +CRYPTO_VSN = 4.4 -- cgit v1.2.3