blob: 8e58c5455f3e28fa80e772c8818efb0d7ef92ac2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Version 1.11.6, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* 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.
* GCM mode now uses the Intel clmul instruction when available
* Add Threefish-512, including an implementation using AVX2
* Add HKDF from :rfc:`5869`
* 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.
|