diff options
author | Jack Lloyd <[email protected]> | 2016-09-07 07:08:04 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-09-07 07:08:40 -0400 |
commit | 0fb979d18f85696a6b681d324c086cd6fc5d6d30 (patch) | |
tree | 40d06429c5a0ef7c40530fdae42d134c0b85bc7e | |
parent | e12a272f633f9571a2f96d8d9c3f6c379b4802a4 (diff) |
Document removing `hres_timer` module in 1.11.31
[ci skip]
-rw-r--r-- | doc/news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index a2df6b46e..fce6bfee8 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -87,6 +87,9 @@ Version 1.11.31, 2016-08-30 polling code. New constructors allow specifying the reseed RNG and/or entropy sources. (GH #520) +* The `hres_timer` entropy source module has been removed. Timestamp inputs to + the RNG are now handled as additional_data inputs to HMAC_DRBG. + * Add RDRAND_RNG which directly exposes the CPU RNG (GH #543) * Add PKCS #1 v1.5 id for SHA-512/256 (GH #554) |