aboutsummaryrefslogtreecommitdiffstats
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:18:14 +0200
commit0fe73d6c3641cb175871463bdddbbea3ee0b62ae (patch)
treeed7de55e9b69acc3f4fe3cb2326a6fa42b7ae681 /CHANGES
parente0fc7961c4fbd27577fb519d9aea2dc788742715 (diff)
downloadopenssl-0fe73d6c3641cb175871463bdddbbea3ee0b62ae.tar.gz
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 10d3eb2d3d..9f444d33c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -310,6 +310,11 @@
Changes between 1.0.1e 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