diff options
author | lloyd <[email protected]> | 2015-02-17 01:41:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-02-17 01:41:59 +0000 |
commit | 70d5acbc4dc78d6396fc4565f9fa39aabc7e3cb5 (patch) | |
tree | c8bb199fe7530439627614850c4fba5a59662171 /doc | |
parent | d9ef5466f91b3da090ea4585e8fb8e478ffa3466 (diff) |
Reduce the CTR_BE buffer down to just a few blocks.
No performance impact afaict.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_14.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_14.rst b/doc/relnotes/1_11_14.rst index 07bdd4f59..008d2e795 100644 --- a/doc/relnotes/1_11_14.rst +++ b/doc/relnotes/1_11_14.rst @@ -18,6 +18,8 @@ Version 1.11.14, Not Yet Released ciphersuite numbers used are in the experimental range and may conflict with other uses. +* The memory usage of the counter mode implementation has been reduced. + * The memory allocator available on Unix systems which uses mmap and mlock to lock a pool of memory now checks an environment variable BOTAN_MLOCK_POOL_SIZE. If this is set to a smaller value then the |