diff options
author | lloyd <[email protected]> | 2013-03-16 19:55:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-16 19:55:42 +0000 |
commit | 2dcb4899200493ce3ed37dbe5f071b12091d7b47 (patch) | |
tree | 524a73c8aa422413302b98ab97b54b70b0542ade /doc/relnotes/1_11_3.rst | |
parent | aeb997bca6f6ce2856d1d346514f6e41167db957 (diff) |
Relnote adding OCB
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`. + |