diff options
author | Jack Lloyd <[email protected]> | 2020-08-12 10:57:37 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-08-12 10:57:37 -0400 |
commit | dff505145168ee16be67b1204e6b5ea87e09e3fe (patch) | |
tree | e7afccd7bae6e6a52c3e25c44095a43dfe84d348 /news.rst | |
parent | e7054c7f6686fb3f859beeba6a7beacd79674c31 (diff) |
Tick version
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ Release Notes ======================================== +Version 2.16.0, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Fix a bug in EAX which allowed requesting a 0 length tag, which had + the effect of using a full length tag. Instead omit the length field, + or request the full tag length explicitly. GH #2392 #2390 + +* Fix a memory leak in GCM where if passed an unsuitable block cipher + (eg not 128 bit) it would throw an exception and leak the cipher + object. GH #2392 #2388 + Version 2.15.0, 2020-07-07 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |