diff options
author | Jack Lloyd <[email protected]> | 2020-12-05 10:28:42 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-05 10:28:42 -0500 |
commit | c35820587e92a617f480412c7e957022696e41b6 (patch) | |
tree | 8f3c614285c1972d61c8a32f4f9ff75f73178ec7 | |
parent | b4279e9f9f04ad03264ed2c9856efa6da78dad64 (diff) |
Update news
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |