summaryrefslogtreecommitdiffstats
path: root/userspace
Commit message (Collapse)AuthorAgeFilesLines
* NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API.Nikos Mavrogiannopoulos2010-07-281-1/+3
|
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-122-5/+13
| | | | | on keys to read/write to prevent overwriting a key while using it. Several other cleanups.
* Added missing makefile.Nikos Mavrogiannopoulos2010-06-181-0/+9
|
* Be more strict when loading master key.Nikos Mavrogiannopoulos2010-06-171-3/+19
|
* Use current_euid() and task_pid_nr(current) to get identifiers for owners ↵Nikos Mavrogiannopoulos2010-06-171-0/+63
| | | | (for imposed limits).
* Removed the userspace storage server.Nikos Mavrogiannopoulos2010-06-174-501/+0
|
* Some updates in the server approach (not working yet).Nikos Mavrogiannopoulos2010-06-172-28/+57
|
* Added some initial support for a userspace server to receive requests.Nikos Mavrogiannopoulos2010-06-174-0/+472
|
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-0/+8
| | | | Added test program for those.
* updatesNikos Mavrogiannopoulos2010-06-171-0/+133