aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-08-12 10:57:37 -0400
committerJack Lloyd <[email protected]>2020-08-12 10:57:37 -0400
commitdff505145168ee16be67b1204e6b5ea87e09e3fe (patch)
treee7afccd7bae6e6a52c3e25c44095a43dfe84d348 /news.rst
parente7054c7f6686fb3f859beeba6a7beacd79674c31 (diff)
Tick version
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index a371ac74c..00bf0d22d 100644
--- a/news.rst
+++ b/news.rst
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^