summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-08 13:23:59 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-08 13:23:59 +0000
commitc2a4db39bdca37697d197bebc918f872d7c58124 (patch)
tree09ce6ec5ee0564cc2c14aa34376a10c60a8d2514
parent0683a0b6fd30c816e2a5cba9e2478ce118c7506b (diff)
downloadgnutls-c2a4db39bdca37697d197bebc918f872d7c58124.tar.gz
Fix.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db06f75a60..752fbd60ba 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ See the end for copying conditions.
* Version 1.4.3 (unreleased)
** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
+See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.