| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change NCR_{KEY,SESSION}_INVALID | Miloslav Trmač | 2010-08-05 | 1 | -2/+2 |
| * | Merge branch 'master' into replace-lists | Miloslav Trmač | 2010-07-30 | 13 | -123/+172 |
| |\ | |||||
| | * | just noticed that the DSA generation algorithm is not the nist one. | Nikos Mavrogiannopoulos | 2010-07-29 | 1 | -0/+1 |
| | * | put correct license. | Nikos Mavrogiannopoulos | 2010-07-29 | 2 | -10/+38 |
| | * | updated README. | Nikos Mavrogiannopoulos | 2010-07-29 | 2 | -4/+14 |
| | * | small change in AUTHORS. | Nikos Mavrogiannopoulos | 2010-07-29 | 1 | -1/+1 |
| | * | updated | Nikos Mavrogiannopoulos | 2010-07-29 | 1 | -8/+4 |
| | * | NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API. | Nikos Mavrogiannopoulos | 2010-07-28 | 5 | -5/+11 |
| | * | Use less stack and memory. | Nikos Mavrogiannopoulos | 2010-07-28 | 1 | -89/+91 |
| | * | Added Mirek. | Nikos Mavrogiannopoulos | 2010-07-28 | 1 | -0/+4 |
| | * | Don't access new objects when not holding a reference | Miloslav Trmač | 2010-07-28 | 2 | -2/+3 |
| | * | Fix error paths in _ncr_session_init | Miloslav Trmač | 2010-07-28 | 1 | -2/+4 |
| | * | Fix kmalloc return value check | Miloslav Trmač | 2010-07-28 | 1 | -1/+1 |
| | * | Return ENOMEM on session allocation errors | Miloslav Trmač | 2010-07-28 | 1 | -1/+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 | 2 | -4/+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 | 2 | -4/+0 |
| |\ \ | |||||
| | * | | Drop left-over code for data objects | Miloslav Trmač | 2010-07-27 | 2 | -4/+0 |
| | |/ | |||||
| * | | Stop looking in the hash table after the first match. | Miloslav Trmač | 2010-07-28 | 1 | -1/+7 |
| * | | Use hash tables to speed up limit lookup | Miloslav Trmač | 2010-07-28 | 1 | -45/+80 |
| * | | Store all types of limits together. | Miloslav Trmač | 2010-07-28 | 2 | -18/+25 |
| * | | Use <linux/idr.h> for session ID allocation and lookup | Miloslav Trmač | 2010-07-28 | 3 | -69/+52 |
| * | | Use <linux/idr.h> for key ID allocation and lookup | Miloslav Trmač | 2010-07-28 | 3 | -110/+88 |
| * | | Use ncr_lists instead of list_sem_st in intefaces | Miloslav Trmač | 2010-07-27 | 5 | -93/+106 |
| |/ | |||||
| * | Implemented Diffie Hellman Key exchange. | Nikos Mavrogiannopoulos | 2010-07-27 | 10 | -57/+479 |
| * | Added TODO list. | Nikos Mavrogiannopoulos | 2010-07-27 | 1 | -0/+3 |
| * | Added Diffie Hellman key generation. | Nikos Mavrogiannopoulos | 2010-07-27 | 10 | -24/+354 |
| * | More copyright fixes. | Nikos Mavrogiannopoulos | 2010-07-27 | 3 | -0/+19 |
| * | Corrected copyright notices. | Nikos Mavrogiannopoulos | 2010-07-27 | 7 | -9/+23 |
| * | relicensed under GNU GPLv2. | Nikos Mavrogiannopoulos | 2010-07-27 | 10 | -689/+363 |
| * | Don't leak memory on realloc failure. | Miloslav Trmač | 2010-07-26 | 2 | -31/+38 |
| * | Don't duplicate expansion of session page pointers | Miloslav Trmač | 2010-07-26 | 1 | -32/+23 |
| * | Set output size for symmetric encryption operations | Miloslav Trmač | 2010-07-26 | 1 | -2/+2 |
| * | Make sure there is space for encryption output | Miloslav Trmač | 2010-07-26 | 1 | -0/+6 |
| * | Fix an error path in _unwrap_aes_rfc5649 | Miloslav Trmač | 2010-07-26 | 1 | -1/+1 |
| * | Don't override the user-specified key algorithm | Miloslav Trmač | 2010-07-26 | 1 | -2/+1 |
| * | sparse: Use "static" | Miloslav Trmač | 2010-07-26 | 1 | -5/+5 |
| * | sparse: Fix __user annotations | Miloslav Trmač | 2010-07-26 | 2 | -3/+3 |
| * | Added test case for hashing secret keys. Some corrections in independent sess... | Nikos Mavrogiannopoulos | 2010-07-26 | 2 | -33/+141 |
| * | Added __user to userspace buffers. | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -5/+5 |
| * | Corrected PSS signature generation and verification. | Nikos Mavrogiannopoulos | 2010-07-26 | 2 | -2/+6 |
| * | Corrected issue when finalizing sessions that hashed keys. | Nikos Mavrogiannopoulos | 2010-07-26 | 5 | -74/+41 |
| * | Added AES in CTR mode. | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -0/+3 |
| * | removed the data type. | Nikos Mavrogiannopoulos | 2010-07-26 | 13 | -1027/+175 |
| * | No need for ncr-direct. All session operations are being done on keys or on u... | Nikos Mavrogiannopoulos | 2010-07-25 | 9 | -1141/+407 |
| * | ncr_int.h -> ncr-int.h | Nikos Mavrogiannopoulos | 2010-07-25 | 24 | -23/+23 |
| * | Key wrapping operates directly to userspace data. No need to involve the data... | Nikos Mavrogiannopoulos | 2010-07-25 | 5 | -93/+141 |
| * | Separated the direct session functions. | Nikos Mavrogiannopoulos | 2010-07-25 | 4 | -379/+424 |
| * | Added the NCR-DIRECT to speed test. | Nikos Mavrogiannopoulos | 2010-07-24 | 1 | -4/+89 |
