aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-19 13:11:17 -0500
committerJack Lloyd <[email protected]>2017-11-19 13:11:17 -0500
commitfea9c14d9696615f9d1cf52e0bb578c8a54c2c6a (patch)
treedaf6b5a425fe5abdb77b37301b950c3422fb1937 /news.rst
parent148f43b60917d5c6b8d0ad1204cd51e1841a2855 (diff)
Add AES key wrap with padding
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