summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e27cbd2a74..7a29303147 100644
--- 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>.