]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Fri, 16 Feb 2007 13:16:55 +0000 (13:16 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 16 Feb 2007 13:16:55 +0000 (13:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f292734a6a9eb090319c36b186d599f14a01e901..86afaa1a0354d7f413583b9a76aa890e6c773c9b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
 
 * Version 1.7.7 (unreleased)
 
+** Fix for gnutls_x509_crt_check_hostname.
+Before it would have reported that the certificate matched a hostname
+when it did not have any dNSName or any CN field.  Report and tiny
+patch from "Richard W.M. Jones" <rjones@redhat.com>.
+
 ** New API to print information about CRL's.
 The function is gnutls_x509_crl_print.