diff options
author | Jack Lloyd <[email protected]> | 2020-10-02 08:10:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-10-02 08:10:19 -0400 |
commit | b7e2ccfc153f29f7df330ef7ca5573ee932fbd0a (patch) | |
tree | 889f575fd4cb1629e2dac8c8dac2fade5044adfc /news.rst | |
parent | 82cd0376b46a8bf7dab60f83ad5cf60fef72bc3a (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |