]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix. gnutls_1_6_1
authorSimon Josefsson <simon@josefsson.org>
Thu, 28 Dec 2006 08:47:00 +0000 (08:47 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 28 Dec 2006 08:47:00 +0000 (08:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e27cbd2a741983599e2588311447ddf2d3498072..7a2930314756e3c0096f7b375e40fdff294f641a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ Reported by ludovic.courtes@laas.fr (Ludovic Courtès).
 Before, the list contained issuer DN's instead of subject DN's of the
 trusted CAs.  Reported by Max Kellermann <max@duempel.org>.
 
-** Fix gnutls_certificate_set_x509_crl.
+** Fix gnutls_certificate_set_x509_crl to initialize the CRL before using it.
 Also added a self-test in tests/certificate_set_x509_crl.c to test the
 function.  Reported by Max Kellermann <max@duempel.org>.