diff options
author | lloyd <[email protected]> | 2010-08-17 16:54:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-17 16:54:30 +0000 |
commit | eca3acddef1659d2c014fde006e9834c54d5ccd7 (patch) | |
tree | 91ee9891e4f41d85270aeb54f46ed29b63be4320 /doc | |
parent | ffc3ffbe172809c14546f8d1a5097192140fa043 (diff) |
Improve compatability with the S2K/PBKDF changes made in 1.9:
- Add PBKDF typedef
- Add get_pbkdf in lookup.h
- Add version of S2K::derive_key that takes the salt and iteration
count along with the output length and passphrase
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index fce6ad0d1..8c9c4f051 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -2,6 +2,8 @@ * 1.8.10-dev, ????-??-?? - Switch default PKCS #8 encryption algorithm from 3DES to AES-256 - Increase default hash iterations from 2048 to 10000 in PBES1 and PBES2 + - 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 |