diff options
author | Jack Lloyd <[email protected]> | 2016-02-01 12:37:11 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-02-01 13:06:10 -0500 |
commit | 87a59dd0ea8a783540d30bb697b4c86d9b66f7ee (patch) | |
tree | bf2c62842fe9c945bbb6a2546340a51506170fce /readme.rst | |
parent | fb22198b9add1f1d46d6b05cc8626b7a8d8ff9c6 (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 'readme.rst')
-rw-r--r-- | readme.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.rst b/readme.rst index 0fce10b25..cb7e72c62 100644 --- a/readme.rst +++ b/readme.rst @@ -105,8 +105,8 @@ later, Clang 3.4 and later, and MSVC 2013 are regularly tested. A new development release is made on the first Monday of every month. The latest development release is -`1.11.27 <http://botan.randombit.net/releases/Botan-1.11.27.tgz>`_ -`(sig) <http://botan.randombit.net/releases/Botan-1.11.27.tgz.asc>`_ +`1.11.28 <http://botan.randombit.net/releases/Botan-1.11.28.tgz>`_ +`(sig) <http://botan.randombit.net/releases/Botan-1.11.28.tgz.asc>`_ released on 2016-02-01 Old Stable Series (1.10) |