diff options
Diffstat (limited to 'doc/relnotes/1_8_10.rst')
-rw-r--r-- | doc/relnotes/1_8_10.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/relnotes/1_8_10.rst b/doc/relnotes/1_8_10.rst new file mode 100644 index 000000000..3c4f62b09 --- /dev/null +++ b/doc/relnotes/1_8_10.rst @@ -0,0 +1,11 @@ +Version 1.8.10, 2010-08-31 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* 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 +* 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 +* Fix the doxygen makefile target + |