Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5b5c9b352335ab3116d175c9988ccd3ba3874ee4..ce2d6fc9280b2b49435a9a1d3dcbac7ad37f2c17 100644 (file)
--- 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]