aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-12-24 10:45:03 -0500
committerJack Lloyd <[email protected]>2020-12-24 10:45:03 -0500
commitac815e1714a350a89aa71e8a4a7706f320a11630 (patch)
treec847fbcaa3fe072744789a3e89fb278af5247fd8 /news.rst
parent806a938096aef63a8c573af652de4dd0241d64f8 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 09615e3a7..00ba44c80 100644
--- a/news.rst
+++ b/news.rst
@@ -33,6 +33,10 @@ Version 3.0.0, Not Yet Released
* Convert base64, base58, base32 and hex encoding/decoding to be constant
time (GH #2543)
+* Use constant-time code instead of table lookups when computing parity bits
+ (GH #2560), choosing ASN.1 string type (GH #2559) and when converting to/from
+ the bcrypt variant of base64 (GH #2561)
+
* Change how DL exponents are sized; now exponents are slightly larger and
are always chosen to be 8-bit aligned. (GH #2545)