From 36719f9798f1f7c2de203091582083e8d8e5726b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 10 May 2019 14:42:47 +0200 Subject: Prepare release --- lib/public_key/doc/src/notes.xml | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'lib/public_key/doc') diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index d83dd24f41..d13c9a520a 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,58 @@ notes.xml +
Public_Key 1.6.7 + +
Fixed Bugs and Malfunctions + + +

+ RSA options passed to crypto for encrypt and decrypt with + public or private key.

+

+ Own Id: OTP-15754 Aux Id: ERL-878

+
+ +

+ Fix dialyzer warnings caused by a faulty type + specification for digest_type().

+

+ This change updates digest_type() and the functions + operating with this argument type to accept both 'sha1' + and 'sha' as digest_type().

+

+ Own Id: OTP-15776

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

+ Add possibility to read PEM files encrypted with old PEM + encryption using AES-256

+

+ Own Id: OTP-13726

+
+ +

+ Relax decoding of certificates to so that "harmless" + third party encoding errors may be accepted but not + created by the public_key application. This adds + acceptance of using an incorrect three character country + code, the PKIX standard use two character country codes. + It is also accepted that the country code is utf8 encoded + but the specification says it should be ASCII.

+

+ Own Id: OTP-15687 Aux Id: PR-2162

+
+
+
+ +
+
Public_Key 1.6.6
Improvements and New Features -- cgit v1.2.3