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

diff --git a/NEWS b/NEWS
index 86afaa1a0354d7f413583b9a76aa890e6c773c9b..81474d3bc60ab36a0af408a48bd4b6c390714fac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@ 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 self test for RFC 2818 comparison in gnutls_x509_crt_check_hostname.
+Tests regressions of the bug, and several other features.
+
+** GnuTLS now matches URI's with IP Addresses against iPAddress SAN's.
+Before there were no support for iPAddress SAN's during comparison.
+
 ** New API to print information about CRL's.
 The function is gnutls_x509_crl_print.