summaryrefslogtreecommitdiffstats
path: root/ncr-key-storage.c
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_AS*YM*METRIC, push into headersMiloslav Trmač2010-09-061-4/+0
* run scripts/Lindent.Nikos Mavrogiannopoulos2010-09-061-11/+14
* Added config flag CONFIG_ASSYMETRIC, that will disable all assymetric algorit...Nikos Mavrogiannopoulos2010-09-061-1/+6
* Use the ncr_algorithm_t as an identifier for storage data. This will allowNikos Mavrogiannopoulos2010-09-051-5/+5
* Replace ncr_algorithm_t by NLA_NUL_STRINGMiloslav Trmač2010-08-241-2/+4
* Add version ID to key storage wrapping formatMiloslav Trmač2010-08-241-1/+6
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-1/+0
* 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
* Fix build with recent kernelsJan Chadima2010-08-051-0/+1
* Corrected copyright notices.Nikos Mavrogiannopoulos2010-07-271-1/+3
* relicensed under GNU GPLv2.Nikos Mavrogiannopoulos2010-07-271-8/+9
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-251-1/+1
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-241-2/+6
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-21/+0
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-0/+21
* Avoid overflows when unwrapping from storageMiloslav Trmač2010-07-191-1/+5
* Allow import and export of keys.Nikos Mavrogiannopoulos2010-07-121-0/+8
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-2/+7
* Several fixes related to checks with copy_from/to_user.Nikos Mavrogiannopoulos2010-06-171-0/+1
* Added rfc5649 key wrapping (untested).Nikos Mavrogiannopoulos2010-06-171-0/+104