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:50:26 +0200
commit281720c2a38653035cf6cd6f424ded2913d4c931 (patch)
tree3faca85a5f95fcdc839b69f42b4274e05e361193 /CHANGES
parent2a9023f7b4e5198e5950269088133526d617544a (diff)
Simplify and fix ec_GFp_simple_points_make_affine
(which didn't always handle value 0 correctly). Reviewed-by: emilia@openssl.org Conflicts: CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 53b6c6f01f..0740ac9b43 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,10 @@
Changes between 1.0.1h and 1.0.1i [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]
Changes between 1.0.1g and 1.0.1h [5 Jun 2014]