From: Simon Josefsson Date: Wed, 27 Dec 2006 08:56:55 +0000 (+0000) Subject: Add. X-Git-Tag: gnutls_1_6_1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=890efd2a08b201cdd3696ddfa2eca16ec6b80762;p=thirdparty%2Fgnutls.git Add. --- diff --git a/NEWS b/NEWS index fe46cc0aa1..4850aca8a6 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ See the end for copying conditions. * Version 1.7.1 (unreleased) +** Fix the list of trusted CAs that server's send to clients. +Before, the list contained issuer DN's instead of subject DN's of the +trusted CAs. Reported by Max Kellermann . + ** Fix gnutls_certificate_set_x509_crl. Also added a self-test in tests/certificate_set_x509_crl.c to test the function. Reported by Max Kellermann .