summaryrefslogtreecommitdiffstats
path: root/ncr-key-storage.c
Commit message (Collapse)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 ↵Nikos Mavrogiannopoulos2010-09-061-1/+6
| | | | algorithm support when building the module. As a side-effect (due to DER requirements) key wrapping is disabled as well.
* Use the ncr_algorithm_t as an identifier for storage data. This will allowNikos Mavrogiannopoulos2010-09-051-5/+5
| | | | | keys tied to RSA-transparent, to be used for RSA operations as well (once keys are made tied to an algorithm).
* 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
| | | | Also drop implementation of its ioctls, examples, openssl patch.
* Use <linux/uaccess.h> instead of <asm/uaccess.h>Miloslav Trmač2010-08-071-1/+1
| | | | Suggested by scripts/checkpatch.pl.
* Use <linux/ioctl.h> instead of <asm/ioctl.h>Miloslav Trmač2010-08-071-1/+1
| | | | Suggested by scripts/checkpatch.pl.
* 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
| | | | This reverts commit e7828004e40592c8cffc9235f72440c802905e16.
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-0/+21
|
* Avoid overflows when unwrapping from storageMiloslav Trmač2010-07-191-1/+5
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* 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