blob: a2928f2e5344fdc77b0944edfb53b6e7eb7a86e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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.
* 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.
* 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.
|