From: Nikos Mavrogiannopoulos Date: Sun, 18 Nov 2012 18:53:16 +0000 (+0100) Subject: documented updates X-Git-Tag: gnutls_3_1_5~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=247ff3eecff914e2cc6b9377565232f8eb884af3;p=thirdparty%2Fgnutls.git documented updates --- diff --git a/NEWS b/NEWS index 5dcec4d85e..b7e3d91405 100644 --- 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)