summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2007-05-22 09:48:06 +0000
committerBodo Möller <bodo@openssl.org>2007-05-22 09:48:06 +0000
commitb22250bb6723364676a5c618b99478447730218d (patch)
tree0dc7804f4710ee47ff7eeb371bbe90bfae1d47f6 /CHANGES
parentd4461205279dc6e8f75b557e6c99268bda88bc16 (diff)
Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5b5c9b3523..ce2d6fc928 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8e and 0.9.8f [xx XXX xxxx]
+ *) Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
+ (which previously caused an internal error).
+ [Bodo Moeller]
+
*) Squeeze another 10% out of IGE mode when in != out.
[Ben Laurie]