diff options
author | Jack Lloyd <[email protected]> | 2020-12-15 06:56:54 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-15 06:56:54 -0500 |
commit | 972266811936d5e32860302542bfadc1c0d3e553 (patch) | |
tree | 911d77ce60a96884c15a49d742980978a144b13d /news.rst | |
parent | 1e8a770ff803d29754684ca49c8c0c27619b9f55 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |