aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-29 16:37:03 -0400
committerJack Lloyd <[email protected]>2017-09-29 16:37:03 -0400
commit1b8083e2c8bb287e9c25b24cd04b7d796cf34e5d (patch)
treea915ac0a7872a76d50429d84e5c3610b902b2280
parent43a956f1bbce49fa56bb912e7b79de74ceb95740 (diff)
Update news
-rw-r--r--news.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 99f06499f..5dde7cdd6 100644
--- a/news.rst
+++ b/news.rst
@@ -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