diff options
author | lloyd <[email protected]> | 2011-02-15 23:45:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-15 23:45:27 +0000 |
commit | 7701f4235bf960b093735c416d4eb27840a5a98f (patch) | |
tree | 90f96a7c963215b82bb274e2b54f8641290669ef /doc | |
parent | 6302ebff9765c572264f4b58a36154c1ce7fee4a (diff) |
Add the NIST AES key wrap algorithm, as specified in RFC 3394 and
http://csrc.nist.gov/groups/ST/toolkit/documents/kms/key-wrap.pdf
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 3fa6e6d6b..760b9531a 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.9.14-dev, ????-??-?? + - Add support for NIST's AES key wrapping algorithm * 1.9.13, 2011-02-19 - Update Keccak to the round 3 variant |