summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-01-07 11:37:56 +0100
committerSimon Josefsson <simon@josefsson.org>2009-01-07 11:37:56 +0100
commit27e846ea09a28e896004be9ce1d057b12f80150f (patch)
tree49c08e9ea70b9a9bf2cb90f4fe1c6ba316025d8e
parent86637419b06daecc6c29a975e62586a9e628c1a1 (diff)
downloadgnutls-27e846ea09a28e896004be9ce1d057b12f80150f.tar.gz
Fix NEWS entry.
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7f18cf1f7d..c6ff5f5b56 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,11 @@ See the end for copying conditions.
** gnutls: deprecate X.509 validation chains using MD5 and MD2 signatures.
This is a bugfix -- the previous attempt to do this from internal x509
certificate verification procedures did not return the correct value
-for certificates using a weak hash.
+for certificates using a weak hash. Reported by Daniel Kahn Gillmor
+<dkg@fifthhorseman.net> in
+<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3332>,
+debugged and patch by Tomas Mraz <tmraz@redhat.com> and Daniel Kahn
+Gillmor <dkg@fifthhorseman.net>.
** gnutls: New interface to get key id for certificate requests.
Patch from David Marín Carreño <davefx@gmail.com> in