]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented updates
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 18 Nov 2012 18:53:16 +0000 (19:53 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 18 Nov 2012 18:53:16 +0000 (19:53 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5dcec4d85edf08d2b7f7d8e577444416a9d62f52..b7e3d914051d7ce05bac65d3307f185a965c99cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,21 +4,26 @@ See the end for copying conditions.
 
 * Version 3.1.5 (unreleased)
 
+** libgnutls: Added functions to parse the certificates policies
+extension.
+
+** libgnutls: Added PKCS #11 key generation function that returns the 
+public key on generation.
+
+** libgnutls: Corrected bug in priority string parsing, that mostly 
+affected combined levels. Patch by Tim Kosse.
+
 ** certtool: The --pubkey-info option can be combined with the
 --load-privkey in order to print the corresponding public key of a private 
 key.
 
-** Added PKCS #11 key generation function that returns the public key
-on generation.
-
-** Corrected bug in priority string parsing, that mostly affected combined
-levels. Patch by Tim Kosse.
-
 ** p11tool: After key generation, outputs the public key (useful in
 tokens that do not store the public key).
 
 ** API and ABI modifications:
 gnutls_pkcs11_privkey_generate2: Added
+gnutls_x509_crt_get_policy: Added
+gnutls_certificate_policy_release: Added
 
 
 * Version 3.1.4 (released 2012-11-10)