aboutsummaryrefslogtreecommitdiffstats
path: root/doc/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-02 08:34:52 -0500
committerJack Lloyd <[email protected]>2015-12-02 08:34:52 -0500
commit44c1aa4a0213a16ea928de4285d2481410d194d3 (patch)
tree989a27df241b7c896d962274ad42064fecbe31df /doc/news.rst
parent4bc4cc6390f55d1eed65fe0d6b5170b5e65ae058 (diff)
Remove support for broken 112 and 128 bit SECP ECC groups.
Diffstat (limited to 'doc/news.rst')
-rw-r--r--doc/news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index bf6b91535..cce298ffd 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -15,6 +15,9 @@ Version 1.11.25, Not Yet Released
by ensuring the table is loaded into memory at start and computing the table
at runtime to avoid flush+reload based attacks due to shared VMM mappings.
+* Support for the insecure ECC groups secp112r1, secp112r2, secp128r1, and
+ secp128r2 has been removed.
+
* The OpenSSL implementation of RC4 would return the wrong value from `name` if
leading bytes of the keystream had been skipped in the output.