diff options
author | Jack Lloyd <[email protected]> | 2020-04-06 07:22:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-04-06 07:22:16 -0400 |
commit | 3a26a33de2459c40cdfb766f4035a60cf449ab1c (patch) | |
tree | 475f2cf8a4e528c2444c67af4490262a5e1f641c | |
parent | 9f15f66587d9ef51d128c91ec7546b798e7acd56 (diff) |
Update for 2.14.0 release2.14.0
-rw-r--r-- | news.rst | 5 | ||||
-rw-r--r-- | readme.rst | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,7 +1,7 @@ Release Notes ======================================== -Version 2.14.0, Not Yet Released +Version 2.14.0, 2020-04-06 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Add support for using POWER8+ VPSUMD instruction to accelerate GCM @@ -15,7 +15,8 @@ Version 2.14.0, Not Yet Released * Address an issue in CBC padding which would leak the length of the plaintext which was being padded. Unpadding during decryption was - not affected. (GH #2312) + not affected. Thanks to Maximilian Blochberger for reporting this. + (GH #2312) * Optimize NIST prime field reductions, improving ECDSA by 3-9% (GH #2295) diff --git a/readme.rst b/readme.rst index 61186e6be..842e18411 100644 --- a/readme.rst +++ b/readme.rst @@ -27,9 +27,9 @@ If you think you have found a security issue, see the `security page <https://botan.randombit.net/security.html>`_ for contact information. The latest release is -`2.13.0 <https://botan.randombit.net/releases/Botan-2.13.0.tar.xz>`_ -`(sig) <https://botan.randombit.net/releases/Botan-2.13.0.tar.xz.asc>`_, -released on 2020-01-06. +`2.14.0 <https://botan.randombit.net/releases/Botan-2.14.0.tar.xz>`_ +`(sig) <https://botan.randombit.net/releases/Botan-2.14.0.tar.xz.asc>`_, +released on 2020-04-06. All releases are signed with a `PGP key <https://botan.randombit.net/pgpkey.txt>`_. See the `release notes <https://botan.randombit.net/news.html>`_ for what is new. Botan is also available through most |