aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-10-16 12:08:48 -0400
committerJack Lloyd <[email protected]>2018-10-16 12:08:48 -0400
commit138e558099ffac68bdd10a89c6c9172b17228878 (patch)
tree943ea3d338ac6bceade44ca4375ee4cbbef82b97 /news.rst
parent7f296b44e06b29b01d04ba638c3f179a81f3201c (diff)
Fix TLS signature algorithm intolerance
GH #1708
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index f4c126114..041643532 100644
--- a/news.rst
+++ b/news.rst
@@ -6,6 +6,9 @@ Version 2.9.0, Not Yet Released
* Support for Visual C++ 2013 has been removed (GH #1557 #1697)
+* Fix a bug that caused the TLS server to fail if the client supported
+ some signature algorithm which is not supported by Botan (GH #1708)
+
* Resolve a memory leak when verifying ECDSA signatures with versions
of OpenSSL before 1.1.0 (GH #1698)