From 17224a3d31d25ce6daa4de63b52b26bee9564bcd Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 13 Sep 2010 17:58:05 +0200 Subject: Prepare release --- lib/public_key/doc/src/notes.xml | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 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 13a9151869..baa0e6c464 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -34,6 +34,47 @@ notes.xml +
Public_Key 0.8 + +
Fixed Bugs and Malfunctions + + +

+ Handling of unknown CA certificates was changed in ssl + and public_key to work as intended.

+

+ Own Id: OTP-8788

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

+ Revise the public_key API - Cleaned up and documented the + public_key API to make it useful for general use, also + changed ssl to use the new API.

+

+ Own Id: OTP-8722

+
+ +

+ Added the functionality so that the verification fun will + be called when a certificate is considered valid by the + path validation to allow access to each certificate in + the path to the user application. Also try to verify + subject-AltName, if unable to verify it let the + application verify it.

+

+ Own Id: OTP-8825

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