aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-05-01 06:22:29 -0400
committerJack Lloyd <[email protected]>2020-05-01 06:22:29 -0400
commitfd30c96cd2e41bcb94852b5f19020339a845a6a6 (patch)
tree9cb30f67fa0c5fd0df47ceb1fbf4e216e9aabf9a
parent3b5cfca0e23c5db4b6ca7b8d2c58571ed73c91af (diff)
Update news
-rw-r--r--news.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 2c03c5d92..5563cdf19 100644
--- a/news.rst
+++ b/news.rst
@@ -4,6 +4,8 @@ Release Notes
Version 2.15.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* AES key expansion is now constant time. (GH #2346)
+
* The documentation claimed that mlocked pages were created
with a guard page both before and after. However only a
trailing guard page was used. Add a leading guard page. (GH #2334)
@@ -17,6 +19,9 @@ Version 2.15.0, Not Yet Released
* Fix a flaky test that would occasionally fail when running the
tests with a large number of threads. (GH #2325 #2197)
+* Additional algorithms are now deprecated: XTEA, GOST, and Tiger.
+ They will be removed in a future major release.
+
Version 2.14.0, 2020-04-06
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^