From bb19e24a485e9ef43bcca3fbe9757da83f70c3a0 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 19 Jun 2018 08:24:54 +0200 Subject: Prepare release --- lib/public_key/doc/src/notes.xml | 57 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 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 b4e6f2937b..29e281922c 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,63 @@ notes.xml +
Public_Key 1.6 + +
Fixed Bugs and Malfunctions + + +

+ Update calls to the base64 module to conform to that + module's type specifications.

+

+ Own Id: OTP-14788 Aux Id: OTP-14624

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

+ Use uri_string module instead of http_uri.

+

+ Own Id: OTP-14902

+
+ +

+ A new function - + public_key:pkix_verify_hostname_match_fun/1 - + returns a fun to be given as option match_fun to + public_key:pkix_verify_hostname/3 or via ssl.

+

+ The fun makes the verify hostname matching according to + the specific rules for the protocol in the argument. + Presently only https is supported.

+

+ Own Id: OTP-14962 Aux Id: ERL-542, OTP-15102

+
+ +

+ Compleate PKCS-8 encoding support and enhance the + decoding of 'PrivateKeyInfo' to conform to the rest of + Erlang public_key API.

+

+ Own Id: OTP-15093

+
+ +

+ A new moduli file is generated. This file is used for the + recommended diffie-hellman-group-exchange-sha256 + key exchange algorithm in SSH.

+

+ Own Id: OTP-15113

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