From bb9ca87f6bd9383cf27de115281cc9ea54284d3a Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 24 Dec 2013 22:24:54 +0000 Subject: Add Threefish-512 in AVX2 Tested using Intel's SDE, but no idea how fast it will be on hardware. --- doc/relnotes/1_11_6.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3