From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'lib/crypto/doc/src') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 0a3f68ade2..c0b302734e 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,38 @@

This document describes the changes made to the Crypto application.

+
Crypto 4.4.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixes a bug that caused crypto:sign and + crypto:verify to return the error message + badarg instead of notsup in one case. That + case was when signing or verifying with eddsa keys (that + is, ed15519 or ed448), but only when FIPS was supported + and enabled.

+

+ Own Id: OTP-15634

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

+ Added a crypto benchmark test suite.

+

+ Own Id: OTP-15447

+
+
+
+ +
+
Crypto 4.4
Fixed Bugs and Malfunctions -- cgit v1.2.3