summaryrefslogtreecommitdiffstats
path: root/ncr-key.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't access key_item_st after freeing itMiloslav Trmač2010-07-191-2/+2
* Fix copy_{from,to}_user error handlingMiloslav Trmač2010-07-191-19/+12
* Free data on error its descriptor to user-spaceMiloslav Trmač2010-07-191-5/+17
* Fix error paths in ncr_key_initMiloslav Trmač2010-07-191-1/+6
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-9/+10
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-23/+86
* 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 fi...Nikos Mavrogiannopoulos2010-07-071-1/+0
* 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 (fo...Nikos Mavrogiannopoulos2010-06-171-4/+5
* Initial attempts to allow wrapping keys with out of band data such as flags, ...Nikos Mavrogiannopoulos2010-06-171-2/+2
* 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
* 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 some initial for of key. Added helper functions to enforce per user and...Nikos Mavrogiannopoulos2010-06-171-0/+154