aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-12-15 06:56:54 -0500
committerJack Lloyd <[email protected]>2020-12-15 06:56:54 -0500
commit972266811936d5e32860302542bfadc1c0d3e553 (patch)
tree911d77ce60a96884c15a49d742980978a144b13d /news.rst
parent1e8a770ff803d29754684ca49c8c0c27619b9f55 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index eca7cd808..091fd3f9b 100644
--- a/news.rst
+++ b/news.rst
@@ -30,6 +30,12 @@ Version 3.0.0, Not Yet Released
* Use smaller tables in the implementations of Camellia, ARIA, SEED, and DES
(GH #2534)
+* Convert base64, base58, base32 and hex encoding/decoding to be constant
+ time (GH #2543)
+
+* Change how DL exponents are sized; now exponents are slightly larger and
+ are always chosen to be 8-bit aligned. (GH #2545)
+
* Add new ``X509_DN::DER_encode`` function. (GH #2472)
* Add support for keyed BLAKE2b (GH #2524)