summaryrefslogtreecommitdiffstats
path: root/examples/pk.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of ↵Nikos Mavrogiannopoulos2010-07-231-0/+7
| | | | | | data structure without special system call." This reverts commit 5689c9734223fb349bba526d620823a803c3b67e.
* Modified NCR-USER API to "simplify" and allow setting of size of data ↵Nikos Mavrogiannopoulos2010-07-211-7/+0
| | | | structure without special system call.
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-4/+7
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-191-15/+100
| | | | custom formats. For RSA keys the PKCS #1 format can be used as well.
* Fixed RSA encryption and decryption.Nikos Mavrogiannopoulos2010-07-191-65/+212
|
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-3/+297
| | | | Added Test for RSA and DSA signature generation and verification.
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-071-10/+18
|
* Added test program for key generation.Nikos Mavrogiannopoulos2010-07-071-0/+345