diff options
author | lloyd <[email protected]> | 2013-03-27 17:16:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-27 17:16:31 +0000 |
commit | e2225f202e4ef4ecafc47922836f3d2c50fcc296 (patch) | |
tree | 20e1c1cdbd0acda822cdd6d3e2943168ca0290ed /doc/relnotes/1_11_3.rst | |
parent | 4d69a574d050e010fdc1792ea0c8020bc1a5f55c (diff) |
Basic docs for AEAD_Mode
Diffstat (limited to 'doc/relnotes/1_11_3.rst')
-rw-r--r-- | doc/relnotes/1_11_3.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst index 3c1ab4c30..004cfef11 100644 --- a/doc/relnotes/1_11_3.rst +++ b/doc/relnotes/1_11_3.rst @@ -1,6 +1,11 @@ Version 1.11.3, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add a new interface for AEAD modes (:cpp:class:`AEAD_Mode`). + +* Implementations of the OCB and GCM authenticated cipher modes are + now included. + * A new TLS policy mechanism :cpp:func:`TLS::Policy::server_uses_own_ciphersuite_preferences` controls how a server chooses a ciphersuite. Previously it always @@ -8,9 +13,6 @@ Version 1.11.3, Not Yet Released 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 - * :cpp:class:`Keyed_Filter` now supports returning a :cpp:class:`Key_Length_Specification` so the full details of what keylengths are supported is now available in keyed filters. |