diff options
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_8.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_8.rst b/doc/relnotes/1_11_8.rst index d25018643..533443f3b 100644 --- a/doc/relnotes/1_11_8.rst +++ b/doc/relnotes/1_11_8.rst @@ -3,3 +3,8 @@ Version 1.11.8, Not Yet Released * The antique PBES1 private key encryption scheme (which only supports DES or 64-bit RC2) has been removed. + +* Skein did not reset its internal state properly if clear() was + called, causing it to produce incorrect results for the following + message. It was reset correctly in final() so most usages should not + be affected. |