summaryrefslogtreecommitdiffstats
path: root/ncr-pk.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-1/+104
| | | | | 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-1/+1
|
* Allow import and export of keys.Nikos Mavrogiannopoulos2010-07-121-0/+32
|
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-071-6/+11
|
* Public and private keys are being generated in a new workqueue. Some other ↵Nikos Mavrogiannopoulos2010-07-071-14/+85
| | | | fixes and optimizations.
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-0/+195