diff options
author | Jack Lloyd <[email protected]> | 2018-10-16 12:08:48 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-10-16 12:08:48 -0400 |
commit | 138e558099ffac68bdd10a89c6c9172b17228878 (patch) | |
tree | 943ea3d338ac6bceade44ca4375ee4cbbef82b97 /news.rst | |
parent | 7f296b44e06b29b01d04ba638c3f179a81f3201c (diff) |
Fix TLS signature algorithm intolerance
GH #1708
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |