summaryrefslogtreecommitdiffstats
path: root/ncr.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-2/+10
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-0/+8
* 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
* 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 unuse...Nikos Mavrogiannopoulos2010-06-171-3/+0
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-5/+33
* Compilation and initialization fixes.Nikos Mavrogiannopoulos2010-06-171-0/+2
* Added some initial for of key. Added helper functions to enforce per user and...Nikos Mavrogiannopoulos2010-06-171-9/+31
* 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