diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-09-22 11:21:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-09-22 11:49:11 +0200 |
commit | 2b018ad04d55d4a2e72a9f37ed86e5a71a953159 (patch) | |
tree | 13f84c82f4bec2e09a2a43471dea7e50740a9a0a /NEWS | |
parent | dad6e1359d69d99669dc99bc554aaef2196e5fcc (diff) | |
download | gnutls-2b018ad04d55d4a2e72a9f37ed86e5a71a953159.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |