From 0118046f9bda8dcf3594184fa439b79267db8017 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 25 Mar 2019 18:25:04 +0100 Subject: Prepare release --- lib/public_key/doc/src/notes.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'lib/public_key/doc/src/notes.xml') diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index f6bc0dc797..ff907596a0 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,34 @@ notes.xml +
Public_Key 1.6.6 + +
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 -- cgit v1.2.3