Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Examples directory renamed -> tests | Nikos Mavrogiannopoulos | 2010-09-07 | 7 | -5261/+0 |
* | run scripts/Lindent. | Nikos Mavrogiannopoulos | 2010-09-06 | 6 | -1607/+1674 |
* | Fix DH test | Miloslav Trmač | 2010-09-06 | 1 | -1/+1 |
* | Added flag: NCR_KEY_FLAG_ALLOW_TRANSPARENT_HASH | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -2/+2 |
* | Run DH key exchange for 100 times for testing. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -200/+226 |
* | Added flag NCR_KEY_FLAG_HASHABLE and enforced it when reading a key for hashing. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -1/+1 |
* | Added an emulation of a userspace application that provides encryption service. | Nikos Mavrogiannopoulos | 2010-09-01 | 4 | -0/+1623 |
* | Merge branch 'pk-transparent-hash' | Miloslav Trmač | 2010-08-27 | 1 | -0/+245 |
|\ | |||||
| * | Add transparent hash signature examples | Miloslav Trmač | 2010-08-27 | 1 | -0/+245 |
* | | Merge remote branch 'origin/newapi' | Miloslav Trmač | 2010-08-27 | 2 | -25/+9 |
|\ \ | |||||
| * | | Added ENCRYPT, UNWRAPPING and VERIFY key flags | Nikos Mavrogiannopoulos | 2010-08-25 | 2 | -3/+3 |
| * | | The RFC5649 wrapping algorithm now includes a DER encoding of the data to dis... | Nikos Mavrogiannopoulos | 2010-08-25 | 1 | -1/+1 |
* | | | Merge branch 'clone-session' | Miloslav Trmač | 2010-08-25 | 1 | -0/+218 |
|\ \ \ | |||||
| * | | | Add hash cloning example. | Miloslav Trmač | 2010-08-25 | 1 | -0/+218 |
| | |/ | |/| | |||||
* / | | Don't duplicate the list of example programs | Miloslav Trmač | 2010-08-25 | 1 | -1/+1 |
|/ / | |||||
* | | 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 |
|\ \ | |||||
| * | | 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 |
| |/ | |||||
* | | 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 |
|/ | |||||
* | 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 |
* | Use types from <linux/types.h> for public headers. | Miloslav Trmač | 2010-08-08 | 4 | -0/+4 |
* | 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 sess... | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -0/+116 |
* | 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 u... | Nikos Mavrogiannopoulos | 2010-07-25 | 4 | -665/+82 |
* | Key wrapping operates directly to userspace data. No need to involve the data... | Nikos Mavrogiannopoulos | 2010-07-25 | 1 | -17/+16 |
* | 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 |
* | Splitted key from key_params structure. Also separated dsa from rsa structure... | Nikos Mavrogiannopoulos | 2010-07-23 | 3 | -24/+24 |