aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-04-25 13:06:16 -0400
committerJack Lloyd <[email protected]>2021-04-25 13:06:16 -0400
commitd26412c05270155debc459728bec9b7d47c78f5e (patch)
tree1c777673bc0257600514ab512e3106ff998cdf4c /news.rst
parent2c42dee8a117225523bbc7900955b2e8c896cbfd (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 8f40f41e7..8f41a5691 100644
--- a/news.rst
+++ b/news.rst
@@ -44,6 +44,9 @@ Version 3.0.0, Not Yet Released
* CVE-2021-24115 Convert base64, base58, base32 and hex encoding/decoding to be
constant time (GH #2543)
+* Add support for hashing onto an elliptic curve using the SSWU
+ technique of draft-irtf-cfrg-hash-to-curve (GH #2726)
+
* 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)