diff options
author | Jack Lloyd <[email protected]> | 2021-04-25 13:06:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-04-25 13:06:16 -0400 |
commit | d26412c05270155debc459728bec9b7d47c78f5e (patch) | |
tree | 1c777673bc0257600514ab512e3106ff998cdf4c /news.rst | |
parent | 2c42dee8a117225523bbc7900955b2e8c896cbfd (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |