From 425889ba69b69a9b6fb14bfbef121d51b78e853a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Apr 2019 17:38:37 +0200 Subject: Prepare release --- lib/public_key/doc/src/notes.xml | 52 ++++++++++++++++++++++++++++++++++++++++ lib/public_key/vsn.mk | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) (limited to 'lib/public_key') diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index f6bc0dc797..3aad79ed71 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.6 + +
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.5
Improvements and New Features diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index 11c06fb158..c68806d856 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.6.5 +PUBLIC_KEY_VSN = 1.6.6 -- cgit v1.2.3