From: Simon Josefsson Date: Fri, 16 Feb 2007 13:48:16 +0000 (+0000) Subject: Add. X-Git-Tag: gnutls_1_7_7~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7be71acb4acf684bd10b408aa6024cdca0d67aef;p=thirdparty%2Fgnutls.git Add. --- diff --git a/NEWS b/NEWS index 86afaa1a03..81474d3bc6 100644 --- 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" . +** 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.