From af2073640c4b7c67c9b978ebc203d57ac43e96dc Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 22 Sep 2017 15:21:49 +0200 Subject: Update release notes --- lib/crypto/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/crypto/doc/src') diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 574353ce7a..9376e6f649 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,52 @@

This document describes the changes made to the Crypto application.

+
Crypto 4.1 + +
Fixed Bugs and Malfunctions + + +

On macOS, crypto would crash if observer + had been started before crypto. On the beta for + macOS 10.13 (High Sierra), crypto would crash. + Both of those bugs have been fixed.

+

+ Own Id: OTP-14499 Aux Id: ERL-251 ERL-439

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

+ Extend crypto:sign, crypto:verify, public_key:sign and + public_key:verify with:

+

+ * support for RSASSA-PS padding for signatures and for + saltlength setting
* X9.31 RSA padding.
* sha, + sha224, sha256, sha384, and sha512 for dss signatures as + mentioned in NIST SP 800-57 Part 1.
* ripemd160 to + be used for rsa signatures.

+

+ This is a manual merge of half of the pull request 838 by + potatosalad from Sept 2015.

+

+ Own Id: OTP-13704 Aux Id: PR838

+
+ +

+ A new tuple in crypto:supports/0 reports supported + MAC algorithms.

+

+ Own Id: OTP-14504

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