summaryrefslogtreecommitdiffstats
path: root/ncr-pk.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert *_SESSION_*Miloslav Trmač2010-08-241-8/+7
|
* Convert *_KEY_DERIVEMiloslav Trmač2010-08-241-1/+1
|
* Convert *_KEY_GENERATE_PAIRMiloslav Trmač2010-08-241-2/+3
|
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-191-0/+4
| | | | | Only superuser can enable this flag. Prevent short keys to wrap longer ones. Added initial stuff for supporting wrapping of private and public keys.
* Drop the key generation work queueMiloslav Trmač2010-08-041-4/+0
| | | | | | Originally motivated by debugobject.c reports about using INIT_WORK instead of INIT_WORK_ON_STACK and destroy_work_on_stack. In fact the work queue is completely unnecessary, and this commit removes it.
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-0/+3
|
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-0/+2
|
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-8/+14
|
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-241-6/+6
|
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-13/+8
| | | | This reverts commit e7828004e40592c8cffc9235f72440c802905e16.
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-8/+13
|
* Separated PK operations.Nikos Mavrogiannopoulos2010-07-141-0/+48