diff options
author | lloyd <[email protected]> | 2013-12-10 00:34:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-10 00:34:10 +0000 |
commit | c6ad94933ec0d718414ba41b3c289b872c04017f (patch) | |
tree | d336c90d8df5bcc81c853c6e7d8a036885fb8a83 /doc/relnotes | |
parent | 2b44af4c51bf31405f1361eba5f0a555106430a7 (diff) |
Have default TLS policy reject SSLv3. Add TLS::Policy::acceptable_ciphersuite
to allow either party to filter out specific ciphersuites they don't
wish to support for whatever reason.
Diffstat (limited to 'doc/relnotes')
-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 b51339791..4b7284f53 100644 --- a/doc/relnotes/1_11_6.rst +++ b/doc/relnotes/1_11_6.rst @@ -3,7 +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. + * The default TLS policy no longer includes RC4 in the cipher list, and + refuses to negotation SSLv3 by default. * Add HKDF from :rfc:`5869` |