diff options
-rw-r--r-- | news.rst | 9 | ||||
-rw-r--r-- | readme.rst | 6 |
2 files changed, 12 insertions, 3 deletions
@@ -1,6 +1,15 @@ Release Notes ======================================== +Version 1.10.15, 2017-01-12 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Fix a bug causing modular exponentiations done modulo even numbers + to almost always be incorrect, unless the values were small. This + bug is not known to affect any cryptographic operation in Botan. (GH #754) + +* Avoid use of C++11 std::to_string in some code added in 1.10.14 (GH #747 #834) + Version 2.0.1, 2017-01-09 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/readme.rst b/readme.rst index d7cbc42ac..9336330e9 100644 --- a/readme.rst +++ b/readme.rst @@ -112,9 +112,9 @@ critical security updates (with all support ending on 2018-1-1), and the developers do not recommend its use anymore. The latest 1.10 release is -`1.10.14 <https://botan.randombit.net/releases/Botan-1.10.14.tgz>`_ -`(sig) <https://botan.randombit.net/releases/Botan-1.10.14.tgz.asc>`_ -released on 2016-11-28 +`1.10.15 <https://botan.randombit.net/releases/Botan-1.10.15.tgz>`_ +`(sig) <https://botan.randombit.net/releases/Botan-1.10.15.tgz.asc>`_ +released on 2017-01-12 Find Enclosed ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |