diff options
author | lloyd <[email protected]> | 2013-03-21 15:22:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-21 15:22:09 +0000 |
commit | bdfe5f4efd91f2dabfcbf4fa7636c834b408c956 (patch) | |
tree | d15a2a24f4e2b8d77dca23dc4f45029c200bed73 /doc/relnotes/1_11_3.rst | |
parent | d1d27bda2173c78b9ddf573f83b1115d52af5530 (diff) | |
parent | 1d4b469ecd0499559a463f90bd8553ef075061d9 (diff) |
merge of '767ce7b733ad25a056a4609645dbb0418fed5c91'
and '8795500927af6dc6c8a74d6868d002712f971a2f'
Diffstat (limited to 'doc/relnotes/1_11_3.rst')
-rw-r--r-- | doc/relnotes/1_11_3.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst index 4d814b0ad..3c1ab4c30 100644 --- a/doc/relnotes/1_11_3.rst +++ b/doc/relnotes/1_11_3.rst @@ -11,6 +11,13 @@ Version 1.11.3, Not Yet Released * 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. + +* The experimental and rarely used Turing and WiderWAKE stream ciphers + have been removed + * New functions for symmetric encryption are included in cryptobox.h though interfaces and formats are subject to change. |