diff options
author | lloyd <[email protected]> | 2013-08-19 17:35:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-08-19 17:35:45 +0000 |
commit | 010ef001d56011078f629cd03e59809068cb3be4 (patch) | |
tree | 0856f013c3d6ad3317c210c36caae51dce44ad08 | |
parent | 15c733d4bc9dc95a38b910ed691888c01ffe879d (diff) |
Update build version to 1.11.5 pre
-rw-r--r-- | botan_version.py | 2 | ||||
-rw-r--r-- | doc/relnotes/1_11_5.rst | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py index 8680258b6..73d8b9160 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,7 +1,7 @@ release_major = 1 release_minor = 11 -release_patch = 4 +release_patch = 5 release_so_abi_rev = release_patch # These are set by the distribution script diff --git a/doc/relnotes/1_11_5.rst b/doc/relnotes/1_11_5.rst index f554283ca..a8125d635 100644 --- a/doc/relnotes/1_11_5.rst +++ b/doc/relnotes/1_11_5.rst @@ -1,6 +1,12 @@ Version 1.11.5, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* The interface previously exposed by AEAD modes which allows in-place + processing of messages is now used by all cipher modes. An adaptor + filter allows them to be used in a pipe. + +* Optimized computation of XTS tweaks, producing a substantial speedup + * TLS channels now support sending a ``std::vector`` * Add a generic 64-bit multiply instruction for producing a 128 bit result |