summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2014-08-01 17:18:14 +0200
committerBodo Moeller <bodo@openssl.org>2014-08-01 17:27:59 +0200
commitd5213519c0ed87c71136084e7e843a4125ecc024 (patch)
treedaf4650bba19a6a0ca8cd553f1f6c99d3cc88833 /CHANGES
parenta3efe1b6e9d2aa2ce5661e4d4b97262eae743fa7 (diff)
Simplify and fix ec_GFp_simple_points_make_affine
(which didn't always handle value 0 correctly). Reviewed-by: emilia@openssl.org
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a167d7e1c5..80cca16f72 100644
--- 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