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:59:31 +0200
commit681d11b6fd51d4f5bfe41de12bec5cdec2303802 (patch)
treee9422a4eb0103bca540a2ad15d026d9d118bbc97 /CHANGES
parent8c387e62b2b0e7a073520a2cd705490268db5a99 (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 crypto/ec/ectest.c
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a5841ba46f..fbbf792708 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,10 @@
Changes between 0.9.8za and 0.9.8zb [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 0.9.8y and 0.9.8za [5 Jun 2014]