summaryrefslogtreecommitdiffstats
path: root/ncr-dh.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-1/+0
| | | | Also drop implementation of its ioctls, examples, openssl patch.
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-191-0/+12
| | | | | Only superuser can enable this flag. Prevent short keys to wrap longer ones. Added initial stuff for supporting wrapping of private and public keys.
* 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
|
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-35/+172
|
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-0/+145