summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2007-05-22 09:47:43 +0000
committerBodo Möller <bodo@openssl.org>2007-05-22 09:47:43 +0000
commit19f6c524bf78e37ab27cbc53d36655ca709b9675 (patch)
treeaf9b3286fb5d317aff4b7bb1e5835eaa51129408 /CHANGES
parent8dbdf6314c00f8293266d5c28bed3eee704f0fad (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 8cc6aa128d..0a383b44f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -501,6 +501,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]