diff options
author | Jack Lloyd <[email protected]> | 2016-10-04 04:43:07 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-04 04:43:07 -0400 |
commit | 5a71e9a9e5a3b9452c94edcc2b5b0806bee38239 (patch) | |
tree | 6ac480f6d639991600e9f3abf51b8a1195cbef89 /doc | |
parent | ab2842d6f28680b1cac18d5ff6b70b395d1ffb65 (diff) |
Fix entropy source selection logic on Windows
Fixes GH #644
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index a764d75fb..d831d5b10 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -4,6 +4,10 @@ Release Notes Version 1.11.33, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Fix entropy source selection bug on Windows, which caused the + CryptoAPI entropy source to be not available under its normal name + "win32_cryptoapi" but instead "dev_random". GH #644 + Version 1.11.32, 2016-09-28 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |