diff options
author | lloyd <[email protected]> | 2013-03-21 13:59:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-21 13:59:24 +0000 |
commit | 8a664104ab7d712783223fa4a2abb9ac675243be (patch) | |
tree | a0a7377d64e310629783dd8b8782b2e6fccf2565 /doc/relnotes | |
parent | 45f384ec0b4848a73bfd9c23bd2ec657e21ee299 (diff) |
Add TLS::Policy::server_uses_own_ciphersuite_preferences()
Previously the server always took its most-preferred cipher out of the
client's list, but this policy allows telling a server to follow the
client's preferences insetad.
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_3.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst index 6b0ba1492..ac4de76aa 100644 --- a/doc/relnotes/1_11_3.rst +++ b/doc/relnotes/1_11_3.rst @@ -1,6 +1,13 @@ Version 1.11.3, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* A new TLS policy mechanism + :cpp:func:`TLS::Policy::server_uses_own_ciphersuite_preferences` + controls how a server chooses a ciphersuite. Previously it always + chose its most preferred cipher out of the client's list, but this + can allow configuring a server to choose by the client's preferences + instead. + * Implementations of the OCB and GCM authenticated cipher modes are now included |