summaryrefslogtreecommitdiffstats
path: root/examples/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/newapi'Miloslav Trmač2010-08-271-12/+2
|\
| * Added ENCRYPT, UNWRAPPING and VERIFY key flagsNikos Mavrogiannopoulos2010-08-251-2/+2
* | Add hash cloning example.Miloslav Trmač2010-08-251-0/+218
* | Fix wrapping test conversionsMiloslav Trmač2010-08-251-3/+5
* | Merge branch 'bugfixes' into nlattrMiloslav Trmač2010-08-251-9/+19
|\ \
| * | Make it possible to import private keysMiloslav Trmač2010-08-241-0/+4
| * | Reject prohibited key flags immediatelyMiloslav Trmač2010-08-241-10/+8
| |/
* | Replace ncr_wrap_algorithm_t by NLA_NUL_STRINGMiloslav Trmač2010-08-251-6/+6
* | Replace ncr_algorithm_t by NLA_NUL_STRINGMiloslav Trmač2010-08-241-66/+79
* | Convert *_SESSION_*Miloslav Trmač2010-08-241-78/+140
* | Convert *_KEY_STORAGE_UNWRAPMiloslav Trmač2010-08-241-4/+4
* | Convert *_KEY_STORAGE_WRAPMiloslav Trmač2010-08-241-11/+12
* | Convert *_KEY_UNWRAPMiloslav Trmač2010-08-241-7/+19
* | Convert *_KEY_WRAPMiloslav Trmač2010-08-241-32/+44
* | Convert *_KEY_IMPORTMiloslav Trmač2010-08-241-118/+277
* | Convert *_KEY_EXPORTMiloslav Trmač2010-08-241-33/+28
* | Convert *_KEY_GET_INFOMiloslav Trmač2010-08-241-0/+85
* | Convert *_KEY_GENERATEMiloslav Trmač2010-08-241-13/+41
* | Convert *_KEY_INITMiloslav Trmač2010-08-241-11/+22
|/
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-191-6/+101
* Use types from <linux/types.h> for public headers.Miloslav Trmač2010-08-081-0/+1
* Added test case for hashing secret keys. Some corrections in independent sess...Nikos Mavrogiannopoulos2010-07-261-0/+116
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-356/+43
* No need for ncr-direct. All session operations are being done on keys or on u...Nikos Mavrogiannopoulos2010-07-251-84/+32
* Key wrapping operates directly to userspace data. No need to involve the data...Nikos Mavrogiannopoulos2010-07-251-17/+16
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-6/+9
* Simplified the session_op structure and combined the OP_SIGN with the OP_DIGESTNikos Mavrogiannopoulos2010-07-241-7/+7
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-5/+5
* Minor fixes in example programs.Nikos Mavrogiannopoulos2010-07-231-9/+10
* Append_flag was removed.Nikos Mavrogiannopoulos2010-07-231-19/+0
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-20/+30
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-1/+10
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-10/+1
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-30/+20
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-2/+2
* OP_MAC was deprecated by OP_SIGN.Nikos Mavrogiannopoulos2010-07-141-5/+5
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-36/+32
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-0/+1220