From 60a5ede20b6fbd150f612d3ca7b975e48ab97c4b Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 28 Dec 2013 19:55:18 +0000 Subject: Make Boost easier to disable with minimal feature loss --- doc/relnotes/1_11_6.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/relnotes') diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst index 8e58c5455..a6dd9ba35 100644 --- a/doc/relnotes/1_11_6.rst +++ b/doc/relnotes/1_11_6.rst @@ -1,12 +1,16 @@ Version 1.11.6, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* The Boost filesystem and asio libraries are now being used + internally. Using Boost is enabled by default, pass + ``--without-boost`` to ``configure.py`` to disable. + +* The default TLS policy no longer includes RC4 in the cipher list, and + refuses to negotation SSLv3 by default. + * OAEP had two bugs, one of which allowed it to be used even if the key was too small, and the other of which would cause a crash during - 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. + decryption if the EME data was too large for the associated key. * GCM mode now uses the Intel clmul instruction when available @@ -16,8 +20,4 @@ Version 1.11.6, Not Yet Released * 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's constructor now requires a RNG -- cgit v1.2.3