aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^