diff options
author | lloyd <[email protected]> | 2010-01-22 21:37:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-22 21:37:04 +0000 |
commit | ff0f319cebdee80d500a9a3efaa5710df5c55bd9 (patch) | |
tree | 72719ed9b6305c8d0358c5811922c44e3eafcf95 /doc | |
parent | 9c92ceb2b3bcc9537b4fe572f771d7bbaf8a478a (diff) | |
parent | d490659cd20c73f5e269b2e5f471512927df8ca7 (diff) |
propagate from branch 'net.randombit.botan' (head e088ea1566600cf598bcdc6840fcbbc662ab7393)
to branch 'net.randombit.botan.c++0x' (head 47ff08dfd9a19fad36bf4aa7fa10854fd9071e0a)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/license.txt | 1 | ||||
-rw-r--r-- | doc/log.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/license.txt b/doc/license.txt index 61615c3af..599bf7f63 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -14,6 +14,7 @@ Copyright (C) 1999-2010 Jack Lloyd 2007 Manuel Hartl 2007 Christoph Ludwig 2007 Patrick Sona + 2010 Olivier de Gaalon All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/log.txt b/doc/log.txt index bb84922d2..ef16d85bf 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,8 +4,10 @@ - Add SSE2 implementation of IDEA - Perform XTS encryption and decryption in parallel where possible - Perform CBC decryption in parallel where possible + - Add SQLite3 db encryption codec, contributed by Olivier de Gaalon - Add a block cipher cascade construction - Add support for Win32 high resolution system timers + - 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 - New option --gen-amalgamation for creating a SQLite-style amalgamation |