diff options
author | Jack Lloyd <[email protected]> | 2017-11-19 13:11:17 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-19 13:11:17 -0500 |
commit | fea9c14d9696615f9d1cf52e0bb578c8a54c2c6a (patch) | |
tree | daf6b5a425fe5abdb77b37301b950c3422fb1937 /news.rst | |
parent | 148f43b60917d5c6b8d0ad1204cd51e1841a2855 (diff) |
Add AES key wrap with padding
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |