aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-10-02 08:10:19 -0400
committerJack Lloyd <[email protected]>2020-10-02 08:10:19 -0400
commitb7e2ccfc153f29f7df330ef7ca5573ee932fbd0a (patch)
tree889f575fd4cb1629e2dac8c8dac2fade5044adfc /news.rst
parent82cd0376b46a8bf7dab60f83ad5cf60fef72bc3a (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 3019587e8..c53cf1db1 100644
--- a/news.rst
+++ b/news.rst
@@ -10,6 +10,12 @@ Version 2.16.0, Not Yet Released
objects; for performance reasons it is always preferable to use
a RNG per thread if a userspace RNG is needed. (GH #2399)
+* DL_Group and EC_Group objects now track if they were created from a
+ known trusted group (such as P-256 or an IPsec DH parameter). If
+ so, then verification tests can be relaxed, as compared to
+ parameters which may have been maliciously constructed in order to
+ pass primality checks. (GH #2409)
+
* RandomNumberGenerator::add_entropy_T assumed its input was a POD
type but did not verify this. (GH #2403)