aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 15a6d9366..f4c126114 100644
--- a/news.rst
+++ b/news.rst
@@ -9,6 +9,11 @@ Version 2.9.0, Not Yet Released
* Resolve a memory leak when verifying ECDSA signatures with versions
of OpenSSL before 1.1.0 (GH #1698)
+* Fix an error in XTS which prohibited encrypting values which were
+ exactly the same length as the underlying block size. Messages of
+ this size are allowed by the standard and other XTS implementations.
+ (GH #1706)
+
* Fix a bug introduced in 2.8.0 that caused compilation failure if using
a single amalgamation file with AVX2 enabled. (GH #1700)