diff options
author | lloyd <[email protected]> | 2014-01-31 22:30:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-31 22:30:50 +0000 |
commit | e11024f26113189f45ca1759f6a045ca6989849e (patch) | |
tree | 33ea9eb4c4faabc899fa03aff5132e00a21f5d84 /doc | |
parent | 9332870c160d7a02f1bef6f249fa1baae196dc51 (diff) |
Add ChaCha
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_8.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_8.rst b/doc/relnotes/1_11_8.rst index 533443f3b..a2928f2e5 100644 --- a/doc/relnotes/1_11_8.rst +++ b/doc/relnotes/1_11_8.rst @@ -1,6 +1,8 @@ Version 1.11.8, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* The ChaCha20 cipher has been added + * The antique PBES1 private key encryption scheme (which only supports DES or 64-bit RC2) has been removed. @@ -8,3 +10,13 @@ Version 1.11.8, Not Yet Released called, causing it to produce incorrect results for the following message. It was reset correctly in final() so most usages should not be affected. + +* A number of public key padding schemes have been renamed to match + the most common notation; for instance EME1 is now called OAEP and + EMSA4 is now called PSSR. Aliases are set which should allow all + current applications to continue to work unmodified. + +* A bug in the CFB encryption caused a few bytes past the end of the + final block to be read, though the actual output was not affected. + +* Various portability fixes for Visual C++ 2013, OS X, and x86-32. |