aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-08-20 20:10:33 +0000
committerlloyd <[email protected]>2010-08-20 20:10:33 +0000
commit1cfe5f6ec5435461862e42873fb3e3e338739eb1 (patch)
tree652619279df2df91735dbbfcf40a638a1f60f1be /doc
parent1965311ab5ac5bd2b0855ff4dbefe034014898fe (diff)
Use small tables in the first round of AES. See notes from rev
7bb73327a01fa6022adcfffcd3faef03ed42ab96 for details.
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 8c9c4f051..b44247c77 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -2,6 +2,7 @@
* 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
+ - Use small tables in the first round of AES to make timing/cache attacks harder
- 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