diff options
author | lloyd <[email protected]> | 2013-08-26 18:33:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-08-26 18:33:42 +0000 |
commit | 7184de2b5dd729bcbf5a6e53feb872cc3c4a1452 (patch) | |
tree | 532cb15763129961096ab4cce70c4e371c5e1d20 /doc/relnotes | |
parent | 0c12b45be415c12c43552adb710179e3c6498085 (diff) |
Support 64 and 96 bit tags in OCB, using the nonce formatting rule
added in the latest CFRG internet draft.
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_5.rst b/doc/relnotes/1_11_5.rst index a8125d635..48dea85e5 100644 --- a/doc/relnotes/1_11_5.rst +++ b/doc/relnotes/1_11_5.rst @@ -5,6 +5,8 @@ Version 1.11.5, Not Yet Released processing of messages is now used by all cipher modes. An adaptor filter allows them to be used in a pipe. +* The implementation of OCB mode now supports 64 and 96 bit tags + * Optimized computation of XTS tweaks, producing a substantial speedup * TLS channels now support sending a ``std::vector`` |