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