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 /news.rst | |
parent | 9f15f66587d9ef51d128c91ec7546b798e7acd56 (diff) |
Update for 2.14.0 release2.14.0
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 5 |
1 files changed, 3 insertions, 2 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) |