aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-12-05 10:28:42 -0500
committerJack Lloyd <[email protected]>2020-12-05 10:28:42 -0500
commitc35820587e92a617f480412c7e957022696e41b6 (patch)
tree8f3c614285c1972d61c8a32f4f9ff75f73178ec7
parentb4279e9f9f04ad03264ed2c9856efa6da78dad64 (diff)
Update news
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 5a8847a0f..eca7cd808 100644
--- a/news.rst
+++ b/news.rst
@@ -27,6 +27,9 @@ Version 3.0.0, Not Yet Released
* Remove use of ``shared_ptr`` from certificate store API as since
2.4.0 ``X509_Certificate`` is internally a ``shared_ptr``. (GH #2484)
+* Use smaller tables in the implementations of Camellia, ARIA, SEED, and DES
+ (GH #2534)
+
* Add new ``X509_DN::DER_encode`` function. (GH #2472)
* Add support for keyed BLAKE2b (GH #2524)