diff options
Diffstat (limited to 'doc/relnotes/1_11_6.rst')
-rw-r--r-- | doc/relnotes/1_11_6.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst index 79b2dca2e..434d8c499 100644 --- a/doc/relnotes/1_11_6.rst +++ b/doc/relnotes/1_11_6.rst @@ -8,7 +8,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. + * The default TLS policy no longer includes RC4 in the cipher list, and + refuses to negotation SSLv3 by default. * Add HKDF from :rfc:`5869` |