]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES
Simplify and fix ec_GFp_simple_points_make_affine
[thirdparty/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a167d7e1c5c7b2c4a05937c01e07109971f8a68f..80cca16f723c98a4b2b7b568e0813d4da443dc40 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.1h and 1.0.2 [xx XXX xxxx]
 
+  *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
+     for corner cases. (Certain input points at infinity could lead to
+     bogus results, with non-infinity inputs mapped to infinity too.)
+     [Bodo Moeller]
+
   *) Initial support for PowerISA 2.0.7, first implemented in POWER8.
      This covers AES, SHA256/512 and GHASH. "Initial" means that most
      common cases are optimized and there still is room for further