]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 3 Nov 2014 16:04:30 +0000 (17:04 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 3 Nov 2014 16:09:04 +0000 (17:09 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 7e01146478fc5853b16a2431b2d70129605e1cf9..9c57929c57c3febbdb554dca1ad1a490b247739a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,13 +23,17 @@ list. It has to be explicitly enabled, e.g., with a string like
 ** libgnutls: gnutls_x509_crt_check_hostname() and friends will use
 RFC6125 comparison of hostnames. That introduces a dependency on libidn.
 
-** libgnutls: when printing a certificate request print the signature
+** libgnutls: When printing a certificate request print the signature
 algorithm as well.
 
-** libgnutls: the gnutls_handshake() process will enforce a timeout by
+** libgnutls: Added support for RFC7366 (currently, in accordance
+to the existing implementations rather than strictly following the
+text). This is enabled by default.
+
+** libgnutls: The gnutls_handshake() process will enforce a timeout by
 default.
 
-** libgnutls: if a key purpose (extended key usage) is specified for verification,
+** libgnutls: If a key purpose (extended key usage) is specified for verification,
 it is applied into intermediate certificates. The verification result
 GNUTLS_CERT_PURPOSE_MISMATCH is also introduced.