aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-08-31 10:53:23 -0400
committerJack Lloyd <[email protected]>2019-08-31 10:53:23 -0400
commit6d291015d67c264a92e64d5f4c4e1295f8128435 (patch)
tree9c1b64e7da7d55b31447e58fffcf3ea23061cf00 /news.rst
parent7a4fd41e9317ab09f59f2af23aaa9ee9afda8ab3 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 28c4cebad..d6b0e727a 100644
--- a/news.rst
+++ b/news.rst
@@ -16,6 +16,9 @@ Version 2.12.0, Not Yet Released
* Fix a bug which would cause Streebog to produce incorrect outputs for
certain messages (GH #2082 #2083)
+* Fix a bug which would cause PBKDF2 to go into a very long loop if
+ it was requested to use an iteration count of 0. (GH #2090 #2088)
+
* In DTLS server, support a client crashing and then reconnecting from
the same source port, as described in RFC 6347 sec 4.2.8 (GH #2029)
@@ -57,6 +60,9 @@ Version 2.12.0, Not Yet Released
* Now the minimum Windows target is set to Windows 7 (GH #2036 #2028)
+* Add ``BOTAN_FORCE_INLINE`` macro to resolve a performance issue with BLAKE2b on MSVC
+ (GH #2092 #2089)
+
* Avoid using ``__GNUG__`` in headers that may be consumed by a C compiler (GH #2013)
* Fix a bug which caused amalgamation builds to fail on iOS (GH #2045)