diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_5.rst | 4 | ||||
-rw-r--r-- | doc/relnotes/1_11_6.rst | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_5.rst b/doc/relnotes/1_11_5.rst index af9b32dde..0d942200a 100644 --- a/doc/relnotes/1_11_5.rst +++ b/doc/relnotes/1_11_5.rst @@ -21,6 +21,10 @@ Version 1.11.5, 2013-11-10 * Previously AutoSeeded_RNG referenced a globally shared PRNG instance. Now each instance has distinct state. +* The entropy collector that runs Unix programs to collect statistical + data now runs multiple processes in parallel, greatly reducing poll + times on some systems. + * The Randpool RNG implementation was removed. * All existing cipher mode implementations (such as CBC and XTS) have been diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst new file mode 100644 index 000000000..a776411fd --- /dev/null +++ b/doc/relnotes/1_11_6.rst @@ -0,0 +1,5 @@ +Version 1.11.6, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + * Add HKDF from :rfc:`5869` + |