summaryrefslogtreecommitdiffstats
path: root/ncr-key-wrap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added checking in copy_from_user and copy_to_user.Nikos Mavrogiannopoulos2010-06-171-4/+20
|
* Fixed key storage wrapping.Nikos Mavrogiannopoulos2010-06-171-26/+32
|
* Added rfc5649 key wrapping (untested).Nikos Mavrogiannopoulos2010-06-171-71/+222
|
* Initial attempts to allow wrapping keys with out of band data such as flags, ↵Nikos Mavrogiannopoulos2010-06-171-4/+145
| | | | key ids etc.
* Wrapping/Unwrapping works and tested.Nikos Mavrogiannopoulos2010-06-171-17/+49
|
* Key wrapping fixed.Nikos Mavrogiannopoulos2010-06-171-4/+8
|
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-24/+23
| | | | Removed the ncr-cipher.c.
* Added initial wrapping and unwrapping key API. Adds an implementation of the ↵Nikos Mavrogiannopoulos2010-06-171-0/+309
AES-WRAP (untested yet).