summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-22 11:21:00 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-22 11:49:11 +0200
commit2b018ad04d55d4a2e72a9f37ed86e5a71a953159 (patch)
tree13f84c82f4bec2e09a2a43471dea7e50740a9a0a /NEWS
parentdad6e1359d69d99669dc99bc554aaef2196e5fcc (diff)
downloadgnutls-2b018ad04d55d4a2e72a9f37ed86e5a71a953159.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5901c2d07f..636423d2d1 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ RFC6125 comparison of hostnames. That introduces a dependency on libidn.
** libgnutls: when printing a certificate request print the signature
algorithm as well.
+** libgnutls: the verification flag GNUTLS_REQUIRE_KEY_PURPOSE_ON_INTERMEDIATE
+is introduced, and forces the application of the desired key purpose (extended
+key usage) into intermediate certificates. The verification result
+GNUTLS_CERT_PURPOSE_MISMATCH is also introduced.
+
** certtool: Added --p8-info option, which will print PKCS #8 information
even if the password is not available.