summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-12-28 08:47:00 +0000
committerSimon Josefsson <simon@josefsson.org>2006-12-28 08:47:00 +0000
commit3069ee73581b2fccd5eb028d114f10b966869d07 (patch)
treeae6bbfa4d8643488af0fbc4503808bf9a28d91e7
parentc2c9e61ad44696fca8c91d4a8ec4786bc30c15a1 (diff)
downloadgnutls_1_6_1.tar.gz
-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>.