aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-08-31 18:07:17 +0000
committerlloyd <[email protected]>2010-08-31 18:07:17 +0000
commitd9d0f3bd94fd4fe3489c690c74d55169591d33db (patch)
tree91425a05194f97f6ebede42b1df33e20e94a87cd /doc/log.txt
parent7c428b871db0a21e79ba420ac7e35854a7db9c6a (diff)
Add 1.8.10 change notes
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 755efc3f3..d4b108502 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -5,6 +5,15 @@
- Allow using PBKDF2 with empty passphrases
- Support use of HMAC(SHA-256) and CMAC(Blowfish) in passhash9
+* 1.8.10, 2010-08-31
+ - Switch default PKCS #8 encryption algorithm from 3DES to AES-256
+ - Increase default hash iterations from 2048 to 10000 in PBES1 and PBES2
+ - Use small tables in the first round of AES
+ - Add PBKDF typedef and get_pbkdf for better compatability with 1.9
+ - Add version of S2K::derive_key taking salt and iteration count
+ - Enable the /proc-walking entropy source on NetBSD
+ - Fix the doxygen makefile target
+
* 1.9.10, 2010-08-12
- Add a constant time AES implementation using SSSE3
- Add support for loading new Engines at runtime