Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'standalone-master' into standalone-renamencr-standalone-rename | Miloslav Trmač | 2010-09-06 | 31 | -1209/+311 |
|\ | |||||
| * | Merge remote branch 'standalone/master' into standalone-masterncr-standalone-master | Miloslav Trmač | 2010-09-06 | 35 | -1412/+2163 |
| |\ | |||||
| | * | Use the ncr_algorithm_t as an identifier for storage data. This will allow | Nikos Mavrogiannopoulos | 2010-09-05 | 4 | -17/+14 |
| | * | Added flag: NCR_KEY_FLAG_ALLOW_TRANSPARENT_HASH | Nikos Mavrogiannopoulos | 2010-09-05 | 4 | -9/+20 |
| | * | 3DES-ECB has also effective key length of 112. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -1/+1 |
| | * | Run DH key exchange for 100 times for testing. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -200/+226 |
| | * | DH key generation moved to a while loop... Just in case. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -12/+14 |
| | * | Key wrapping is privileged. | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -0/+28 |
| | * | Added flag NCR_KEY_FLAG_HASHABLE and enforced it when reading a key for hashing. | Nikos Mavrogiannopoulos | 2010-09-05 | 3 | -1/+8 |
| | * | Rationalized the key wrapping format. It currently is: | Nikos Mavrogiannopoulos | 2010-09-05 | 3 | -76/+198 |
| | * | Optimizations for 32bit machines by using a 64bit word type and 32bit digit. | Nikos Mavrogiannopoulos | 2010-09-03 | 4 | -7/+16 |
| | * | Added a FIXME on the used types. | Nikos Mavrogiannopoulos | 2010-09-02 | 1 | -0/+4 |
| | * | Use the linux kernel heapsort instead of including qsort. | Nikos Mavrogiannopoulos | 2010-09-02 | 6 | -252/+6 |
| | * | Removed unneeded code. | Nikos Mavrogiannopoulos | 2010-09-02 | 13 | -845/+5 |
| | * | Drop a redundant prototype. | Miloslav Trmač | 2010-09-02 | 1 | -2/+0 |
| | * | Added an emulation of a userspace application that provides encryption service. | Nikos Mavrogiannopoulos | 2010-09-01 | 4 | -0/+1623 |
| | * | export ncr_key_clear(). And disallow key derivation from wrapping keys. | Nikos Mavrogiannopoulos | 2010-08-31 | 1 | -0/+2 |
| | * | Prevent usage of wrapping keys for anything else except wrapping. | Nikos Mavrogiannopoulos | 2010-08-31 | 1 | -0/+8 |
* | | | Merge branch 'standalone-master' into standalone-rename | Miloslav Trmač | 2010-08-27 | 26 | -2148/+2666 |
|\| | | |||||
| * | | Merge remote branch 'standalone/master' into standalone-master | Miloslav Trmač | 2010-08-27 | 37 | -3646/+5066 |
| |\| | |||||
| | * | Merge branch 'pk-transparent-hash' | Miloslav Trmač | 2010-08-27 | 5 | -14/+318 |
| | |\ | |||||
| | | * | Add transparent hash signature examples | Miloslav Trmač | 2010-08-27 | 1 | -0/+245 |
| | | * | Allow sharing keys for "regular" and "transparent" algorithms | Miloslav Trmač | 2010-08-27 | 1 | -1/+3 |
| | | * | Implement PK signatures with transparent hashes | Miloslav Trmač | 2010-08-27 | 3 | -13/+70 |
| | * | | Merge branch 'session_update-iv' | Miloslav Trmač | 2010-08-27 | 2 | -0/+23 |
| | |\ \ | |||||
| | | * | | Add support for changing IVs in sessions | Miloslav Trmač | 2010-08-27 | 2 | -0/+23 |
| | | |/ | |||||
| | * | | Merge remote branch 'origin/newapi' | Miloslav Trmač | 2010-08-27 | 7 | -61/+194 |
| | |\ \ | |||||
| | | * | | Unwrapping keys are restricted the same way as wrapping keys. | Nikos Mavrogiannopoulos | 2010-08-26 | 2 | -3/+3 |
| | | * | | enforce the key wrap version. | Nikos Mavrogiannopoulos | 2010-08-25 | 1 | -2/+10 |
| | | * | | Added ENCRYPT, UNWRAPPING and VERIFY key flags | Nikos Mavrogiannopoulos | 2010-08-25 | 5 | -6/+10 |
| | | * | | The RFC5649 wrapping algorithm now includes a DER encoding of the data to dis... | Nikos Mavrogiannopoulos | 2010-08-25 | 3 | -27/+170 |
| | | * | | use the rfc3394 suffix. | Nikos Mavrogiannopoulos | 2010-08-25 | 1 | -2/+2 |
| | * | | | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-25 | 2 | -4/+4 |
| | |\ \ \ | |||||
| | | * | | | Make some objects static | Miloslav Trmač | 2010-08-25 | 2 | -4/+4 |
| | * | | | | Merge branch 'clone-session' | Miloslav Trmač | 2010-08-25 | 7 | -15/+357 |
| | |\ \ \ \ | |||||
| | | * | | | | Add hash cloning example. | Miloslav Trmač | 2010-08-25 | 1 | -0/+218 |
| | | * | | | | Implement cloning hash sessions | Miloslav Trmač | 2010-08-25 | 4 | -17/+134 |
| | | * | | | | Remove a redundant argument of cryptodev_hash_init | Miloslav Trmač | 2010-08-25 | 5 | -8/+8 |
| | | * | | | | Define session cloning interface | Miloslav Trmač | 2010-08-25 | 3 | -0/+7 |
| | * | | | | | Merge branch 'cleanups' | Miloslav Trmač | 2010-08-25 | 5 | -8/+8 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Remove a redundant argument of cryptodev_hash_init | Miloslav Trmač | 2010-08-25 | 5 | -8/+8 |
| | * | | | | | | Merge branch 'ids-after-initialization' | Miloslav Trmač | 2010-08-25 | 1 | -121/+193 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / / | |||||
| | | * | | | | Document locking. | Miloslav Trmač | 2010-08-25 | 1 | -16/+31 |
| | | * | | | | Move session_item_st definition to ncr-sessions.c | Miloslav Trmač | 2010-08-25 | 2 | -26/+26 |
| | | * | | | | Unpublish session ID at start of ncr_session_final. | Miloslav Trmač | 2010-08-25 | 1 | -21/+28 |
| | | * | | | | Rename ncr_sessions_item_get() to session_get_ref() | Miloslav Trmač | 2010-08-25 | 1 | -4/+4 |
| | | * | | | | Simplify refcount handling in session_init | Miloslav Trmač | 2010-08-25 | 1 | -5/+4 |
| | | * | | | | Don't allocate session IDs for *_ONCE. | Miloslav Trmač | 2010-08-25 | 1 | -19/+2 |
| | | * | | | | Move ID handling out of _ncr_session_init | Miloslav Trmač | 2010-08-25 | 1 | -22/+35 |
| | | * | | | | Move session lookup and locking out of _ncr_session_final | Miloslav Trmač | 2010-08-25 | 1 | -28/+46 |