summaryrefslogtreecommitdiffstats
path: root/ncr-key-wrap.c
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_AS*YM*METRIC, push into headersMiloslav Trmač2010-09-061-10/+7
* run scripts/Lindent.Nikos Mavrogiannopoulos2010-09-061-220/+252
* Added config flag CONFIG_ASSYMETRIC, that will disable all assymetric algorit...Nikos Mavrogiannopoulos2010-09-061-0/+10
* Key wrapping is privileged.Nikos Mavrogiannopoulos2010-09-051-0/+28
* Rationalized the key wrapping format. It currently is:Nikos Mavrogiannopoulos2010-09-051-55/+34
* Merge remote branch 'origin/newapi'Miloslav Trmač2010-08-271-26/+175
|\
| * enforce the key wrap version.Nikos Mavrogiannopoulos2010-08-251-2/+10
| * Added ENCRYPT, UNWRAPPING and VERIFY key flagsNikos Mavrogiannopoulos2010-08-251-1/+1
| * The RFC5649 wrapping algorithm now includes a DER encoding of the data to dis...Nikos Mavrogiannopoulos2010-08-251-22/+169
| * use the rfc3394 suffix.Nikos Mavrogiannopoulos2010-08-251-2/+2
* | Merge branch 'bugfixes'Miloslav Trmač2010-08-251-1/+1
|\ \
| * | Make some objects staticMiloslav Trmač2010-08-251-1/+1
* | | Simplify key flag updatesMiloslav Trmač2010-08-251-14/+8
* | | Merge branch 'bugfixes' into nlattrMiloslav Trmač2010-08-251-6/+23
|\| |
| * | Make it possible to import private keysMiloslav Trmač2010-08-241-7/+13
| * | Reject prohibited key flags immediatelyMiloslav Trmač2010-08-241-2/+11
| |/
* | Replace ncr_wrap_algorithm_t by NLA_NUL_STRINGMiloslav Trmač2010-08-251-23/+14
* | Convert *_KEY_STORAGE_UNWRAPMiloslav Trmač2010-08-241-13/+6
* | Convert *_KEY_STORAGE_WRAPMiloslav Trmač2010-08-241-13/+9
* | Convert *_KEY_UNWRAPMiloslav Trmač2010-08-241-33/+56
* | Convert *_KEY_WRAPMiloslav Trmač2010-08-241-21/+34
* | Drop <cryptodev.h>Miloslav Trmač2010-08-241-1/+0
|/
* Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones.Nikos Mavrogiannopoulos2010-08-211-14/+141
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-191-8/+49
* Merge branch 'bugfixes'Miloslav Trmač2010-08-071-2/+2
|\
| * Use <linux/uaccess.h> instead of <asm/uaccess.h>Miloslav Trmač2010-08-071-1/+1
| * Use <linux/ioctl.h> instead of <asm/ioctl.h>Miloslav Trmač2010-08-071-1/+1
* | Merge branch 'bugfixes'Miloslav Trmač2010-08-051-0/+1
|\|
| * Fix build with recent kernelsJan Chadima2010-08-051-0/+1
* | Merge branch 'replace-lists'Miloslav Trmač2010-07-311-10/+10
|\ \ | |/ |/|
| * Merge branch 'master' into replace-listsMiloslav Trmač2010-07-301-89/+91
| |\
| * | Use ncr_lists instead of list_sem_st in intefacesMiloslav Trmač2010-07-271-10/+10
* | | Fix error path in unwrap_aesMiloslav Trmač2010-07-301-1/+1
| |/ |/|
* | Use less stack and memory.Nikos Mavrogiannopoulos2010-07-281-89/+91
|/
* Corrected copyright notices.Nikos Mavrogiannopoulos2010-07-271-1/+3
* relicensed under GNU GPLv2.Nikos Mavrogiannopoulos2010-07-271-8/+9
* Fix an error path in _unwrap_aes_rfc5649Miloslav Trmač2010-07-261-1/+1
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-251-1/+1
* Key wrapping operates directly to userspace data. No need to involve the data...Nikos Mavrogiannopoulos2010-07-251-63/+108
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-6/+6
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-48/+13
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-36/+8
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-8/+36
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-13/+48
* Represent ENOKEY as a negative valueMiloslav Trmač2010-07-191-2/+2
* sparse: Avoid variable-length arraysMiloslav Trmač2010-07-191-4/+21
* Fix copy_{from,to}_user error handlingMiloslav Trmač2010-07-191-12/+8
* Fix error paths in ncr_key_storage_wrapMiloslav Trmač2010-07-191-1/+2
* Fix error paths in ncr_key_wrapMiloslav Trmač2010-07-191-1/+2
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-18/+16