diff options
author | Jack Lloyd <[email protected]> | 2018-04-08 20:42:15 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-04-08 20:42:15 -0400 |
commit | 74a1cc41045099ebd293f09451a780685eafb8e6 (patch) | |
tree | 84d5e39200224d2d9291e3a9bab298fe44355cbb /news.rst | |
parent | 9fd92ffb4e3edd3e52b10409f90f87e0dd023d05 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |