aboutsummaryrefslogtreecommitdiffstats
path: root/doc/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-02-01 12:37:11 -0500
committerJack Lloyd <[email protected]>2016-02-01 13:06:10 -0500
commit87a59dd0ea8a783540d30bb697b4c86d9b66f7ee (patch)
treebf2c62842fe9c945bbb6a2546340a51506170fce /doc/news.rst
parentfb22198b9add1f1d46d6b05cc8626b7a8d8ff9c6 (diff)
Fix two bugs in 1.11.27 which caused test failures.1.11.28
The check on each individual size in curve_mul is too strict since we rely on redc(x*1) during the on the curve computation. Fix an off by one in ressol which caused it to occasionally reject valid values. Updating version 1.11.28 since existing 1.11.27 tag already pushed :( Fix an off-by-one in ressol which would cause it to occasionly give up too early.
Diffstat (limited to 'doc/news.rst')
-rw-r--r--doc/news.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index b2757a2a8..f4d7b83e2 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -1,6 +1,12 @@
Release Notes
========================================
+Version 1.11.28, 2016-02-01
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* One of the checks added while addressing CVE-2016-2195 was incorrect
+ and could cause needless assertion failures.
+
Version 1.11.27, 2016-02-01
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^