aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-28 11:00:32 -0400
committerJack Lloyd <[email protected]>2017-09-28 11:00:32 -0400
commiteadb113289dffbf294f6d499193713b120f79f64 (patch)
tree03bd62e273f18d645e1d54d628ebd0551c7ed83c /news.rst
parent95df7f155570949837e8e28e733f3d59408092da (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 27aa946bd..f0e8d6991 100644
--- a/news.rst
+++ b/news.rst
@@ -4,6 +4,11 @@ Release Notes
Version 2.3.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Address a side channel affecting modular exponentiation. An attacker
+ capabable of a local or cross-VM cache analysis attack may be able
+ to recover bits of secret exponents as used in RSA, DH, etc.
+ CVE-2017-14737
+
* Add the SHACAL2 block cipher, including optimizations using SIMD and SHA-NI
instructions. (GH #1151)