diff options
author | lloyd <[email protected]> | 2010-08-13 14:50:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-13 14:50:52 +0000 |
commit | ffc3ffbe172809c14546f8d1a5097192140fa043 (patch) | |
tree | c68e5108962f5a54d58d2fb8923d29c07c6189a3 /doc | |
parent | 2593949ff957c11da7256dd53e42802b7da0da38 (diff) |
Switch from 3DES to AES-256 for the default encryption algorithm for
private keys.
Increase the default PBES1 and PBES2 iteration counts to 10000.
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 df1274993..fce6ad0d1 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,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 - Enable the /proc-walking entropy source on NetBSD - Fix the doxygen makefile target |