aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-26 22:16:07 -0500
committerJack Lloyd <[email protected]>2017-11-26 22:16:07 -0500
commitb9f31bf1878119e964e4c1d3a4adec009bc6d35a (patch)
tree88699a4f397fda5901516b3f004a613a86202c88 /news.rst
parent2fd7930984f57b203e2d412f62fc1849dcc61784 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 4cfbf2e1e..adc5279f2 100644
--- a/news.rst
+++ b/news.rst
@@ -16,6 +16,16 @@ Version 2.4.0, Not Yet Released
* Add support for AES key wrapping with padding, as specified in RFC 5649 and
NIST SP 800-38F (GH #1301)
+* Fix several minor bugs in the TLS code caught by tlsfuzzer, mostly related to
+ sending the wrong alert type in various circumstances.
+
+* Add support for a ``tls_http_server`` command line utility which responds to
+ simple GET requests. This is useful for testing against a browser, or various
+ TLS test tools which expect the underlying protocol to be HTTP. (GH #1315)
+
+* Add an interface for generic PSK data stores, as well as an implementation
+ which encrypts stored values with AES key wrapping. (GH #1302)
+
* Optimize GCM mode on systems both with and without carryless multiply
support. This includes a new base case implementation (still constant time), a
new SSSE3 implementation for systems with SSSE3 but not clmul, and better