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