aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-03-09 05:28:31 -0500
committerJack Lloyd <[email protected]>2021-03-09 05:28:31 -0500
commita01a1fa1ef0cf9024838acde2bd77d7074de29c1 (patch)
treea63bced3511a34df21fc345abe1f1f014c24cc7c /news.rst
parentacf362ccc1d4244288ca28430e4f149007cccd09 (diff)
Mention CVE for the base64 ct issue
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/news.rst b/news.rst
index b8ed22479..a3f083d00 100644
--- a/news.rst
+++ b/news.rst
@@ -19,8 +19,8 @@ Version 2.18.0, Not Yet Released
Version 2.17.3, 2020-12-21
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Change base64, base58, base32, and hex encoding and decoding opearations
- to run in constant time (GH #2549)
+* CVE-2021-24115 Change base64, base58, base32, and hex encoding and
+ decoding opearations to run in constant time (GH #2549)
* Fix a build problem on PPC64 building with Clang (GH #2547)