diff options
Diffstat (limited to 'doc/relnotes')
-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. |