aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 8be2b3476..945556855 100644
--- a/news.rst
+++ b/news.rst
@@ -13,6 +13,9 @@ Version 2.4.0, Not Yet Released
* Add support for verifying X.509 objects (certificates, CRLs, etc) using
RSA-PSS signatures (GH #1270)
+* Add support for AES key wrapping with padding, as specified in RFC 5649
+ and NIST SP 800-38F
+
* 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