From: Simon Josefsson Date: Fri, 16 Feb 2007 13:16:55 +0000 (+0000) Subject: Add. X-Git-Tag: gnutls_1_7_7~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d6ca18e2a83b31a4b7b07bbc2bc8330924ceafa;p=thirdparty%2Fgnutls.git Add. --- diff --git a/NEWS b/NEWS index f292734a6a..86afaa1a03 100644 --- 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" . + ** New API to print information about CRL's. The function is gnutls_x509_crl_print.