Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add transparent hash signature examples | Miloslav Trmač | 2010-08-27 | 1 | -0/+245 |
| | |||||
* | Fix wrapping test conversions | Miloslav Trmač | 2010-08-25 | 2 | -6/+11 |
| | |||||
* | Merge branch 'bugfixes' into nlattr | Miloslav Trmač | 2010-08-25 | 2 | -9/+25 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cryptodev_main.c examples/ncr.c examples/pk.c ncr-int.h ncr-key-wrap.c ncr-key.c ncr.c ncr.h | ||||
| * | Make it possible to import private keys | Miloslav Trmač | 2010-08-24 | 2 | -0/+5 |
| | | |||||
| * | Reject prohibited key flags immediately | Miloslav Trmač | 2010-08-24 | 1 | -10/+8 |
| | | | | | | | | Silently ignoring user's requests is unexpected. | ||||
* | | Replace ncr_wrap_algorithm_t by NLA_NUL_STRING | Miloslav Trmač | 2010-08-25 | 2 | -11/+11 |
| | | |||||
* | | Replace ncr_derive_t by NLA_NUL_STRING | Miloslav Trmač | 2010-08-24 | 1 | -3/+3 |
| | | |||||
* | | Replace ncr_algorithm_t by NLA_NUL_STRING | Miloslav Trmač | 2010-08-24 | 3 | -112/+135 |
| | | |||||
* | | Convert *_SESSION_* | Miloslav Trmač | 2010-08-24 | 3 | -190/+410 |
| | | |||||
* | | Convert *_KEY_STORAGE_UNWRAP | Miloslav Trmač | 2010-08-24 | 1 | -4/+4 |
| | | |||||
* | | Convert *_KEY_STORAGE_WRAP | Miloslav Trmač | 2010-08-24 | 1 | -11/+12 |
| | | |||||
* | | Convert *_KEY_UNWRAP | Miloslav Trmač | 2010-08-24 | 2 | -15/+41 |
| | | |||||
* | | Convert *_KEY_WRAP | Miloslav Trmač | 2010-08-24 | 2 | -59/+82 |
| | | |||||
* | | Convert *_KEY_IMPORT | Miloslav Trmač | 2010-08-24 | 2 | -131/+308 |
| | | |||||
* | | Convert *_KEY_EXPORT | Miloslav Trmač | 2010-08-24 | 2 | -92/+82 |
| | | |||||
* | | Convert *_KEY_GET_INFO | Miloslav Trmač | 2010-08-24 | 1 | -0/+85 |
| | | |||||
* | | Convert *_KEY_DERIVE | Miloslav Trmač | 2010-08-24 | 1 | -17/+43 |
| | | |||||
* | | Convert *_KEY_GENERATE_PAIR | Miloslav Trmač | 2010-08-24 | 1 | -41/+125 |
| | | |||||
* | | Convert *_KEY_GENERATE | Miloslav Trmač | 2010-08-24 | 2 | -20/+64 |
| | | |||||
* | | Convert *_KEY_INIT | Miloslav Trmač | 2010-08-24 | 3 | -22/+44 |
| | | |||||
* | | Drop <cryptodev.h> | Miloslav Trmač | 2010-08-24 | 4 | -542/+5 |
|/ | | | | Also drop implementation of its ioctls, examples, openssl patch. | ||||
* | Compare cryptodev to NCR on a fair basis. | Nikos Mavrogiannopoulos | 2010-08-23 | 1 | -24/+24 |
| | |||||
* | more text | Nikos Mavrogiannopoulos | 2010-08-21 | 1 | -1/+4 |
| | |||||
* | Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones. | Nikos Mavrogiannopoulos | 2010-08-21 | 1 | -2/+29 |
| | |||||
* | Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys. | Nikos Mavrogiannopoulos | 2010-08-19 | 2 | -6/+217 |
| | | | | | 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 types from <linux/types.h> for public headers. | Miloslav Trmač | 2010-08-08 | 4 | -0/+4 |
| | | | | | | | | | | | | | When included in the kernel tree, <inttypes.h> is not available, so <linux/types.h> has to be used. <linux/types.h> does not provide the uintNN_t and size_t types when installed to /usr/include/linux (package kernel-headers on Fedora). Therefore, use the types from <linux/types.h> that are available in userspace. Also fix user-space users of the headers not to assume that they provide the <stdint.h> types. | ||||
* | Implemented Diffie Hellman Key exchange. | Nikos Mavrogiannopoulos | 2010-07-27 | 1 | -1/+151 |
| | |||||
* | Added Diffie Hellman key generation. | Nikos Mavrogiannopoulos | 2010-07-27 | 1 | -0/+79 |
| | |||||
* | Added test case for hashing secret keys. Some corrections in independent ↵ | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -0/+116 |
| | | | | session updates. | ||||
* | removed the data type. | Nikos Mavrogiannopoulos | 2010-07-26 | 4 | -573/+92 |
| | |||||
* | No need for ncr-direct. All session operations are being done on keys or on ↵ | Nikos Mavrogiannopoulos | 2010-07-25 | 4 | -665/+82 |
| | | | | userspace data. | ||||
* | Key wrapping operates directly to userspace data. No need to involve the ↵ | Nikos Mavrogiannopoulos | 2010-07-25 | 1 | -17/+16 |
| | | | | data_t structures. | ||||
* | Added the NCR-DIRECT to speed test. | Nikos Mavrogiannopoulos | 2010-07-24 | 1 | -4/+89 |
| | |||||
* | Added a support for reading session data directly from userspace. | Nikos Mavrogiannopoulos | 2010-07-24 | 5 | -22/+479 |
| | |||||
* | Simplified the session_op structure and combined the OP_SIGN with the OP_DIGEST | Nikos Mavrogiannopoulos | 2010-07-24 | 3 | -21/+21 |
| | | | | for digest algorithms. | ||||
* | Splitted key from key_params structure. Also separated dsa from rsa ↵ | Nikos Mavrogiannopoulos | 2010-07-23 | 3 | -24/+24 |
| | | | | structure in params. | ||||
* | Minor fixes in example programs. | Nikos Mavrogiannopoulos | 2010-07-23 | 2 | -9/+11 |
| | |||||
* | Append_flag was removed. | Nikos Mavrogiannopoulos | 2010-07-23 | 3 | -24/+0 |
| | |||||
* | Revert "initial support for userspace data." | Nikos Mavrogiannopoulos | 2010-07-23 | 3 | -132/+35 |
| | | | | This reverts commit e7828004e40592c8cffc9235f72440c802905e16. | ||||
* | Revert "Modified NCR-USER API to "simplify" and allow setting of size of ↵ | Nikos Mavrogiannopoulos | 2010-07-23 | 4 | -935/+17 |
| | | | | | | data structure without special system call." This reverts commit 5689c9734223fb349bba526d620823a803c3b67e. | ||||
* | Modified NCR-USER API to "simplify" and allow setting of size of data ↵ | Nikos Mavrogiannopoulos | 2010-07-21 | 4 | -17/+935 |
| | | | | structure without special system call. | ||||
* | initial support for userspace data. | Nikos Mavrogiannopoulos | 2010-07-21 | 3 | -35/+132 |
| | |||||
* | Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵ | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -15/+100 |
| | | | | custom formats. For RSA keys the PKCS #1 format can be used as well. | ||||
* | Fixed RSA encryption and decryption. | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -65/+212 |
| | |||||
* | Added NULL cipher and a speed program to compare old cryptodev operations ↵ | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -5/+120 |
| | | | | and ncr ones. | ||||
* | Backported zero copy /dev/crypto operations from master. | Nikos Mavrogiannopoulos | 2010-07-19 | 2 | -2/+175 |
| | |||||
* | Corrected RSA signature generation/verification. | Nikos Mavrogiannopoulos | 2010-07-14 | 2 | -5/+299 |
| | | | | Added Test for RSA and DSA signature generation and verification. | ||||
* | OP_MAC was deprecated by OP_SIGN. | Nikos Mavrogiannopoulos | 2010-07-14 | 1 | -5/+5 |
| | |||||
* | Initial additions to have PK encryption/decryption. Separated operations | Nikos Mavrogiannopoulos | 2010-07-12 | 1 | -36/+32 |
| | | | | | on keys to read/write to prevent overwriting a key while using it. Several other cleanups. | ||||
* | Several fixes. RSA key generation tested and works. | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -10/+18 |
| |