diff options
author | Jack Lloyd <[email protected]> | 2017-12-11 23:49:34 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-11 23:49:34 -0500 |
commit | 3a6a92332f808de1eb507a073d8b71e689152fee (patch) | |
tree | d51594aad6b69eba48102b30605503b02001e2e5 | |
parent | 5594497449d5572e0459aed741db87e5255ef5ea (diff) |
Update news
-rw-r--r-- | news.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |