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/public_key/doc/src/notes.xml | 70 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) (limited to 'lib/public_key') diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 64592a6d87..7a7c828760 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,76 @@ notes.xml +
Public_Key 1.5 + +
Fixed Bugs and Malfunctions + + +

+ public_key now handles elliptic curve parameters in a + consistent way so that decoded ECDSA keys can be + correctly re-encoded.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-14621 Aux Id: ERL-480, ERL-481

+
+
+
+ + +
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

+
+ +

+ Add API function pkix_test_data/1 for facilitating + automated testing. This is useful for applications that + preform X509-certifcate path validation of so called + certificate chains, such as TLS.

+

+ Own Id: OTP-14181

+
+ +

+ Improved error propagation and reports

+

+ Own Id: OTP-14236

+
+ +

+ RSAPrivateKey version is set to 'two-prime' instead of + using the underlying enumeration value directly.

+

+ Own Id: OTP-14534

+
+ +

+ Deprecated function crypto:rand_uniform/2 is + replaced by rand:uniform/1.

+

+ Own Id: OTP-14608

+
+
+
+ +
+
Public_Key 1.4.1
Fixed Bugs and Malfunctions -- cgit v1.2.3