summaryrefslogtreecommitdiffstats
path: root/examples/pk.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to import private keysMiloslav Trmač2010-08-241-0/+1
* more textNikos Mavrogiannopoulos2010-08-211-1/+4
* Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones.Nikos Mavrogiannopoulos2010-08-211-2/+29
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-191-0/+116
* Use types from <linux/types.h> for public headers.Miloslav Trmač2010-08-081-0/+1
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-1/+151
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-0/+79
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-101/+47
* No need for ncr-direct. All session operations are being done on keys or on u...Nikos Mavrogiannopoulos2010-07-251-135/+50
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-12/+18
* Simplified the session_op structure and combined the OP_SIGN with the OP_DIGESTNikos Mavrogiannopoulos2010-07-241-12/+12
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-18/+18
* Append_flag was removed.Nikos Mavrogiannopoulos2010-07-231-4/+0
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-7/+4
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-0/+7
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-7/+0
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-4/+7
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...Nikos Mavrogiannopoulos2010-07-191-15/+100
* Fixed RSA encryption and decryption.Nikos Mavrogiannopoulos2010-07-191-65/+212
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-3/+297
* 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