From dc57404252c47520f352834ad9be45ad684f96c9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 4 May 2017 17:05:25 +0200 Subject: Prepare release --- lib/public_key/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ lib/public_key/vsn.mk | 2 +- 2 files changed, 36 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 dd83e1961d..64592a6d87 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,41 @@ notes.xml +
Public_Key 1.4.1 + +
Fixed Bugs and Malfunctions + + +

+ Bug for public_key:generate_key({namedCurve,OID}) + fixed.

+

+ Own Id: OTP-14258

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

+ Modernized internal representation used for crl + validation by use of maps.

+

+ Own Id: OTP-14111

+
+ +

+ Support EC key in pkix_sign/2

+

+ Own Id: OTP-14294

+
+
+
+ +
+
Public_Key 1.4
Improvements and New Features diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index b94768ae77..83a77d2a28 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.4 +PUBLIC_KEY_VSN = 1.4.1 -- cgit v1.2.3