aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-11 23:49:34 -0500
committerJack Lloyd <[email protected]>2017-12-11 23:49:34 -0500
commit3a6a92332f808de1eb507a073d8b71e689152fee (patch)
treed51594aad6b69eba48102b30605503b02001e2e5
parent5594497449d5572e0459aed741db87e5255ef5ea (diff)
Update news
-rw-r--r--news.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 2adc90249..81c341b3a 100644
--- a/news.rst
+++ b/news.rst
@@ -24,6 +24,9 @@ Version 2.4.0, Not Yet Released
* XMSS signatures now are multithreaded for improved performance (GH #1267)
+* Fix a bug that caused the peer cert list to be empty on a resumed session.
+ (GH #1303 #1342)
+
* Increase the maximum HMAC key length from 512 bytes to 4096 bytes. This allows
using a DH key exchange with a group greater than 4096 bits. (GH #1316)
@@ -156,6 +159,11 @@ Version 2.4.0, Not Yet Released
policy, but with a few tweaks. So the final annotations have been removed on
these classes. (GH #1292)
+* A new option ``--with-pdf`` enables building a PDF copy of the handbook.
+ (GH #1337)
+
+* Support for NEON is now enabled under Clang.
+
* Add an OID for RIPEMD-160
* Fixes for CMake build (GH #1251)