diff options
author | Jack Lloyd <[email protected]> | 2017-09-29 16:37:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-29 16:37:03 -0400 |
commit | 1b8083e2c8bb287e9c25b24cd04b7d796cf34e5d (patch) | |
tree | a915ac0a7872a76d50429d84e5c3610b902b2280 /news.rst | |
parent | 43a956f1bbce49fa56bb912e7b79de74ceb95740 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -113,6 +113,14 @@ Version 2.3.0, Not Yet Released * Fix Altivec runtime detection, which was broken starting in Botan 2.1.0 +* Optimized the verification of TLS CBC padding bytes. Previously the check + examined every byte of the record, even though at most 256 bytes of padding + may be appended. (GH #1227) + +* Simplified definition of `Botan::secure_allocator`. In particular, not + defining the `construct` and `destroy` methods avoids a performance problem + under MSVC. (GH #1228 and #1229) + * Previously ARM feature detection (NEON, AES, ...) relied on getauxval, which is only supported on Linux and Android. Now iOS is supported, by checking the model name/version and matching it against known versions. Unfortunately this |