diff options
author | lloyd <[email protected]> | 2009-12-26 22:32:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-26 22:32:45 +0000 |
commit | 3278adc183efac99ae2779069ce1badae77982c1 (patch) | |
tree | 2a8789834b1fa0ea9c9f76ebb74ce955b959adbd /doc/log.txt | |
parent | 3a9ee7510de8cd3a153ec1638597e31c821a4022 (diff) |
Document private key encryption switch from 3DES to AES-256
Diffstat (limited to 'doc/log.txt')
-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 c150e6f66..312727326 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -3,6 +3,7 @@ - Add SSE2 implementation of IDEA - Add support for Win32 high resolution system timers - Remove Timer class entirely + - Switch default PKCS #8 encryption algorithm from 3DES to AES-256 - New option --gen-amalgamation for creating a SQLite-style amalgamation - Many headers are now explicitly internal-use-only and are not installed - Greatly improve the Win32 installer |