summaryrefslogtreecommitdiffstats
path: root/ncr-pk.c
Commit message (Expand)AuthorAgeFilesLines
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-6/+25
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-165/+44
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-44/+165
* Fixed RSA encryption and decryption.Nikos Mavrogiannopoulos2010-07-191-0/+1
* sparse: Fix signedness missmatch (especially in *_export)Miloslav Trmač2010-07-191-1/+1
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-8/+10
* Added signature generation and verification.Nikos Mavrogiannopoulos2010-07-121-6/+97
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-1/+104
* 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 fi...Nikos Mavrogiannopoulos2010-07-071-14/+85
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-0/+195