diff options
author | lloyd <[email protected]> | 2010-02-01 16:34:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-01 16:34:21 +0000 |
commit | 05a9ad7281fb528636534a669db3ba8ae15b1d3b (patch) | |
tree | 5c33570e2caaf3b3b60194909d06ddf979f33761 | |
parent | 54b8bf4a1a9c00d17c6e1946a6f9f4cc0090b609 (diff) |
Document S2K change
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index ef16d85bf..652ce7054 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -7,6 +7,7 @@ - Add SQLite3 db encryption codec, contributed by Olivier de Gaalon - Add a block cipher cascade construction - Add support for Win32 high resolution system timers + - Changed S2K interface: derive_key now takes salt, iteration count - Fix crash in GMP_Engine if library is shutdown and reinitialized - Remove Timer class entirely - Switch default PKCS #8 encryption algorithm from 3DES to AES-256 |