Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Initial attempts to allow wrapping keys with out of band data such as flags, ↵ | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+34 | |
| | | | | key ids etc. | |||||
* | Added generic sessions to allow encryption/decryption hash and HMAC. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -2/+10 | |
| | | | | Removed the ncr-cipher.c. | |||||
* | Added initial wrapping and unwrapping key API. Adds an implementation of the ↵ | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -0/+8 | |
| | | | | AES-WRAP (untested yet). | |||||
* | Storage ioctls removed. Concentrating on wrap/unwrap functionality. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -22/+0 | |
| | ||||||
* | Added a netlink based storage fascility (server needs | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -2/+0 | |
| | | | | to be implemented). | |||||
* | Added small subsystem for storage (no storage occuring yet). | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -0/+28 | |
| | ||||||
* | Added deinitialization of limits on module unloading. Better cleanup of ↵ | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -3/+0 | |
| | | | | unused data. | |||||
* | Added ncr_key_import/export, generate and info. Those work with secret keys. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -5/+33 | |
| | | | | Added test program for those. | |||||
* | Compilation and initialization fixes. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -0/+2 | |
| | ||||||
* | Added some initial for of key. Added helper functions to enforce per user ↵ | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -9/+31 | |
| | | | | and per process limits. | |||||
* | Separated data functionality to ncr-data.c. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -218/+2 | |
| | ||||||
* | Corrected nasty bug and added some debugging info. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -11/+33 | |
| | ||||||
* | Added data functionality and a test program. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -14/+153 | |
| | ||||||
* | Some updates to compile. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+0 | |
| | ||||||
* | Tried to introduce new api. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -0/+141 | |