diff options
author | lloyd <[email protected]> | 2013-12-24 22:24:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-24 22:24:54 +0000 |
commit | bb9ca87f6bd9383cf27de115281cc9ea54284d3a (patch) | |
tree | 944c0e69b3387f04d60c1290c15ae7bbe719e5fe /doc/relnotes | |
parent | 32233249f38b7fcbce53699ab23c899352e17449 (diff) |
Add Threefish-512 in AVX2
Tested using Intel's SDE, but no idea how fast it will be on hardware.
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_6.rst | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst index 434d8c499..fbb6ca8bb 100644 --- a/doc/relnotes/1_11_6.rst +++ b/doc/relnotes/1_11_6.rst @@ -6,14 +6,16 @@ Version 1.11.6, Not Yet Released decoding if the input was too large to have been created for the associated key. - * Botan now requires Boost, specifically the filesystem and asio libraries. +* Botan now requires Boost, specifically the filesystem and asio libraries. - * The default TLS policy no longer includes RC4 in the cipher list, and - refuses to negotation SSLv3 by default. +* Add Threefish-512, including an implementation using AVX2 - * Add HKDF from :rfc:`5869` +* Add HKDF from :rfc:`5869` - * Add SIV from :rfc:`5297` +* Add SIV from :rfc:`5297` + +* TLS::Session_Manager_In_Memory's constructor now an rng reference argument + +* The default TLS policy no longer includes RC4 in the cipher list, and + refuses to negotation SSLv3 by default. - * TLS::Session_Manager_In_Memory now requires a rng to be passed to its - constructor. |