diff options
author | lloyd <[email protected]> | 2013-11-29 21:59:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-29 21:59:33 +0000 |
commit | a71747c510c5be81af200a41e2268a021b4580f2 (patch) | |
tree | 1765b914efcb79ac572975038512624cc03b73b5 /doc/relnotes | |
parent | 17952f5ed03bbc0000e486f390d86c6905efd86c (diff) |
Disable RC4 in TLS by default
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst index cd9996eca..7c0c64cde 100644 --- a/doc/relnotes/1_11_6.rst +++ b/doc/relnotes/1_11_6.rst @@ -3,6 +3,8 @@ Version 1.11.6, Not Yet Released * Botan now requires Boost, specifically the filesystem and asio libraries. + * The default TLS policy no longer includes RC4 in the cipher list. + * Add HKDF from :rfc:`5869` * TLS::Session_Manager_In_Memory now requires a rng to be passed to its |