summaryrefslogtreecommitdiffstats
path: root/ncr-key.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-9/+10
| | | | Added Test for RSA and DSA signature generation and verification.
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-23/+86
| | | | | on keys to read/write to prevent overwriting a key while using it. Several other cleanups.
* Allow import and export of keys.Nikos Mavrogiannopoulos2010-07-121-12/+19
|
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-071-4/+18
|
* Public and private keys are being generated in a new workqueue. Some other ↵Nikos Mavrogiannopoulos2010-07-071-1/+0
| | | | fixes and optimizations.
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-19/+87
|
* Added checking in copy_from_user and copy_to_user.Nikos Mavrogiannopoulos2010-06-171-8/+28
|
* Fixed key storage wrapping.Nikos Mavrogiannopoulos2010-06-171-3/+0
|
* Use current_euid() and task_pid_nr(current) to get identifiers for owners ↵Nikos Mavrogiannopoulos2010-06-171-4/+5
| | | | (for imposed limits).
* Initial attempts to allow wrapping keys with out of band data such as flags, ↵Nikos Mavrogiannopoulos2010-06-171-2/+2
| | | | key ids etc.
* Key wrapping fixed.Nikos Mavrogiannopoulos2010-06-171-2/+2
|
* Descriptors start at 1.Nikos Mavrogiannopoulos2010-06-171-1/+1
|
* Added initial wrapping and unwrapping key API. Adds an implementation of the ↵Nikos Mavrogiannopoulos2010-06-171-4/+1
| | | | AES-WRAP (untested yet).
* Added small subsystem for storage (no storage occuring yet).Nikos Mavrogiannopoulos2010-06-171-18/+13
|
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-0/+237
| | | | Added test program for those.
* Added some initial for of key. Added helper functions to enforce per user ↵Nikos Mavrogiannopoulos2010-06-171-0/+154
and per process limits.