summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-12 13:47:19 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-12 13:47:19 +0000
commit4beaae44242c559601b4337be36ab7fac0f2da3b (patch)
tree8bf920afdc87803073febae3209128525e940fac
parentf949320f9fd4e8acafdf65485a3f36898c425a4a (diff)
downloadgnutls-4beaae44242c559601b4337be36ab7fac0f2da3b.tar.gz
Add.
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1cdafcb42..bbf14b420f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,18 @@ See the end for copying conditions.
* Version 1.4.4 (unreleased)
+** Relax the test that caught signatures that exploit the variant of
+** Bleichenbacher's Crypto 06 rump session attack on our
+** verification logic flaw.
+In particular, we now permit the digestAlgorithm.parameters field to
+be present but empty, whereas in 1.4.3 we actually checked that the
+field was absent.
+
+** Revert the removal of debug information for the GNUTLS-SA-2006-3 problem.
+The messages are only printed in debug mode, which is not recommended
+for normal use, and thus logging this situation cannot be abused as an
+oracle in typical recommended situations.
+
** API and ABI modifications:
No changes since last version.