summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorappro <appro>2007-06-20 17:44:43 +0000
committerappro <appro>2007-06-20 17:44:43 +0000
commit89ed5a0d8dba9a1030c96bfbcacc5bbfe94509c6 (patch)
tree16f8248177459fa52e595febed02981f1e9d9477 /CHANGES
parent8e3df6ca0cd30325e0f8a482abced4667ca25ca2 (diff)
downloadopenssl-89ed5a0d8dba9a1030c96bfbcacc5bbfe94509c6.tar.gz
Mention recent changes to bn_mont.c in CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce2d6fc92..285aea7dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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]