aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_5.rst
blob: 48dea85e5d3f5474356d92deed4bbf93db8c6d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.

* 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``

* Add a generic 64-bit multiply instruction for producing a 128 bit result
  in mul128.h

* Avoid potentially undefined operations in the bit rotation operations.  Not
  known to have caused problems under existing compilers but might break in the
  future. Found by Clang sanitizer, reported by Jeffrey Walton.