Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added flag: NCR_KEY_FLAG_ALLOW_TRANSPARENT_HASH | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -1/+1 |
* | Rationalized the key wrapping format. It currently is: | Nikos Mavrogiannopoulos | 2010-09-05 | 1 | -3/+20 |
* | Drop a redundant prototype. | Miloslav Trmač | 2010-09-02 | 1 | -2/+0 |
* | export ncr_key_clear(). And disallow key derivation from wrapping keys. | Nikos Mavrogiannopoulos | 2010-08-31 | 1 | -0/+2 |
* | Merge branch 'pk-transparent-hash' | Miloslav Trmač | 2010-08-27 | 1 | -1/+3 |
|\ | |||||
| * | Implement PK signatures with transparent hashes | Miloslav Trmač | 2010-08-27 | 1 | -1/+8 |
* | | Move session_item_st definition to ncr-sessions.c | Miloslav Trmač | 2010-08-25 | 1 | -26/+0 |
* | | Make some session functions static | Miloslav Trmač | 2010-08-25 | 1 | -3/+0 |
* | | Simplify key flag updates | Miloslav Trmač | 2010-08-25 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'bugfixes' into nlattr | Miloslav Trmač | 2010-08-25 | 1 | -2/+2 |
|\ | |||||
| * | Reject prohibited key flags immediately | Miloslav Trmač | 2010-08-24 | 1 | -1/+1 |
| * | Provide file_operations::unlocked_ioctl. | Miloslav Trmač | 2010-08-24 | 1 | -1/+1 |
| * | Drop unnecessary "file *" argument to ncr_ioctl() | Miloslav Trmač | 2010-08-24 | 1 | -2/+1 |
* | | Replace ncr_algorithm_t by NLA_NUL_STRING | Miloslav Trmač | 2010-08-24 | 1 | -2/+22 |
* | | Convert *_SESSION_* | Miloslav Trmač | 2010-08-24 | 1 | -5/+37 |
* | | Convert *_KEY_STORAGE_UNWRAP | Miloslav Trmač | 2010-08-24 | 1 | -1/+3 |
* | | Convert *_KEY_STORAGE_WRAP | Miloslav Trmač | 2010-08-24 | 1 | -1/+3 |
* | | Convert *_KEY_UNWRAP | Miloslav Trmač | 2010-08-24 | 1 | -1/+2 |
* | | Convert *_KEY_WRAP | Miloslav Trmač | 2010-08-24 | 1 | -1/+2 |
* | | Convert *_KEY_DEINIT | Miloslav Trmač | 2010-08-24 | 1 | -1/+1 |
* | | Convert *_KEY_IMPORT | Miloslav Trmač | 2010-08-24 | 1 | -1/+2 |
* | | Convert *_KEY_EXPORT | Miloslav Trmač | 2010-08-24 | 1 | -1/+2 |
* | | Convert *_KEY_GET_INFO | Miloslav Trmač | 2010-08-24 | 1 | -1/+3 |
* | | Convert *_KEY_DERIVE | Miloslav Trmač | 2010-08-24 | 1 | -1/+2 |
* | | Convert *_KEY_GENERATE_PAIR | Miloslav Trmač | 2010-08-24 | 1 | -1/+3 |
* | | Convert *_KEY_GENERATE | Miloslav Trmač | 2010-08-24 | 1 | -1/+2 |
* | | Convert *_KEY_INIT | Miloslav Trmač | 2010-08-24 | 1 | -1/+1 |
* | | Simplify algorithm lookup by nla | Miloslav Trmač | 2010-08-24 | 1 | -0/+3 |
* | | Add compat_ioctl infrastructure | Miloslav Trmač | 2010-08-24 | 1 | -0/+2 |
* | | Drop unnecessary "file *" argument to ncr_ioctl() | Miloslav Trmač | 2010-08-24 | 1 | -2/+1 |
|/ | |||||
* | Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones. | Nikos Mavrogiannopoulos | 2010-08-21 | 1 | -0/+1 |
* | export ncr_key_clear(). And disallow key derivation from wrapping keys. | Nikos Mavrogiannopoulos | 2010-08-21 | 1 | -0/+2 |
* | Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys. | Nikos Mavrogiannopoulos | 2010-08-19 | 1 | -0/+1 |
* | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-07 | 1 | -1/+1 |
|\ | |||||
| * | Use a struct mutex for session_item_st.mem_mutex | Miloslav Trmač | 2010-08-07 | 1 | -1/+2 |
* | | Merge branch 'master' into replace-lists | Miloslav Trmač | 2010-07-30 | 1 | -1/+1 |
|\| | |||||
| * | NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API. | Nikos Mavrogiannopoulos | 2010-07-28 | 1 | -0/+1 |
| * | Drop a duplicate prototype | Miloslav Trmač | 2010-07-28 | 1 | -1/+0 |
| * | Drop left-over code for data objects | Miloslav Trmač | 2010-07-28 | 1 | -1/+0 |
* | | Finally remove the unused list_sem_st. | Miloslav Trmač | 2010-07-28 | 1 | -5/+0 |
* | | Merge branch 'bugfixes' into replace-lists | Miloslav Trmač | 2010-07-28 | 1 | -1/+0 |
|\ \ | |||||
| * | | Drop left-over code for data objects | Miloslav Trmač | 2010-07-27 | 1 | -1/+0 |
| |/ | |||||
* | | Store all types of limits together. | Miloslav Trmač | 2010-07-28 | 1 | -0/+1 |
* | | Use <linux/idr.h> for session ID allocation and lookup | Miloslav Trmač | 2010-07-28 | 1 | -3/+2 |
* | | Use <linux/idr.h> for key ID allocation and lookup | Miloslav Trmač | 2010-07-28 | 1 | -2/+4 |
* | | Use ncr_lists instead of list_sem_st in intefaces | Miloslav Trmač | 2010-07-27 | 1 | -23/+23 |
|/ | |||||
* | Implemented Diffie Hellman Key exchange. | Nikos Mavrogiannopoulos | 2010-07-27 | 1 | -1/+5 |
* | Added Diffie Hellman key generation. | Nikos Mavrogiannopoulos | 2010-07-27 | 1 | -0/+3 |
* | removed the data type. | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -53/+2 |
* | ncr_int.h -> ncr-int.h | Nikos Mavrogiannopoulos | 2010-07-25 | 1 | -0/+221 |