diff options
author | lloyd <[email protected]> | 2010-09-08 11:50:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-08 11:50:05 +0000 |
commit | 831a353a582eadaf3f6e35d5cb8b4dc79662f33f (patch) | |
tree | 5e85d201543dcd4164401f9a5ce55ab9cae91715 | |
parent | d0664d00160896f3456e34e4107396e63241e749 (diff) |
Document recent changes
-rw-r--r-- | doc/log.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index 756d81555..7fd82fa6a 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,12 +1,15 @@ * 1.9.11-dev, ????-??-?? - - Switch default PKCS #8 encryption algorithm from AES-128 to AES-256 - - Use smaller tables in the first round of AES + - SSL: Fix handshake failures when using RC4 ciphersuites + - Changed semantics of MemoryRegion::resize and clear to match STL + - Use small tables in the first round of AES - Add hex encoding/decoding functions that can be used without a Pipe - Allow using PBKDF2 with empty passphrases - Support use of HMAC(SHA-256) and CMAC(Blowfish) in passhash9 + - Switch default PKCS #8 encryption algorithm from AES-128 to AES-256 - Support dynamic loading on Windows - Improve support for Intel Atom processors + - Fix compilation under Sun Studio * 1.8.10, 2010-08-31 - Switch default PKCS #8 encryption algorithm from 3DES to AES-256 |