summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-06-20 17:46:43 +0000
committerAndy Polyakov <appro@openssl.org>2007-06-20 17:46:43 +0000
commit85a5668dba56066996cdb49ba33ccc3319395b82 (patch)
treeec3816528f7a4ea72bd51c75db97a05bdca9dde1 /CHANGES
parentc943ca5404a9297cbe57aecb538b17fb06d98969 (diff)
CHANGES update from 098-stable.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index da32b0c223..7ff2ec4299 100644
--- a/CHANGES
+++ b/CHANGES
@@ -510,6 +510,9 @@
Changes between 0.9.8e and 0.9.8f [xx XXX xxxx]
+ *) Mitigate attack on final subtraction in Montgomery reduction.
+ [Andy Polyakov]
+
*) Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
(which previously caused an internal error).
[Bodo Moeller]