aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-08 20:42:15 -0400
committerJack Lloyd <[email protected]>2018-04-08 20:42:15 -0400
commit74a1cc41045099ebd293f09451a780685eafb8e6 (patch)
tree84d5e39200224d2d9291e3a9bab298fe44355cbb /news.rst
parent9fd92ffb4e3edd3e52b10409f90f87e0dd023d05 (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 01a9dba98..7b16d9d96 100644
--- a/news.rst
+++ b/news.rst
@@ -10,6 +10,12 @@ Version 2.6.0, Not Yet Released
* Add exponent blinding to RSA (GH #1523)
+* Add ``Cipher_Mode::create`` and ``AEAD_Mode::create`` (GH #1527)
+
+* Fix bug in TLS server introduced in 2.5 which caused connection to
+ fail if the client offered any signature algorithm not known to the
+ server (for example RSA/SHA-224).
+
* Fix a bug in inline asm that caused incorrect computations when
compiled with GCC's ``-fno-plt`` option. (GH #1524)