diff options
Diffstat (limited to 'doc/relnotes/1_11_3.rst')
-rw-r--r-- | doc/relnotes/1_11_3.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst index 0b12a8439..2c8d246aa 100644 --- a/doc/relnotes/1_11_3.rst +++ b/doc/relnotes/1_11_3.rst @@ -1,8 +1,12 @@ Version 1.11.3, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* An implementation of the OCB authenticated cipher mode is now + included + * New functions for symmetric encryption are included in cryptobox.h * A new function :cpp:func:`algorithm_kat_detailed` returns a string providing information about failures, instead of just a pass/fail indicator as in :cpp:func:`algorithm_kat`. + |