summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change NCR_{KEY,SESSION}_INVALIDMiloslav Trmač2010-08-051-2/+2
* Merge branch 'master' into replace-listsMiloslav Trmač2010-07-3013-123/+172
|\
| * just noticed that the DSA generation algorithm is not the nist one.Nikos Mavrogiannopoulos2010-07-291-0/+1
| * put correct license.Nikos Mavrogiannopoulos2010-07-292-10/+38
| * updated README.Nikos Mavrogiannopoulos2010-07-292-4/+14
| * small change in AUTHORS.Nikos Mavrogiannopoulos2010-07-291-1/+1
| * updatedNikos Mavrogiannopoulos2010-07-291-8/+4
| * NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API.Nikos Mavrogiannopoulos2010-07-285-5/+11
| * Use less stack and memory.Nikos Mavrogiannopoulos2010-07-281-89/+91
| * Added Mirek.Nikos Mavrogiannopoulos2010-07-281-0/+4
| * Don't access new objects when not holding a referenceMiloslav Trmač2010-07-282-2/+3
| * Fix error paths in _ncr_session_initMiloslav Trmač2010-07-281-2/+4
| * Fix kmalloc return value checkMiloslav Trmač2010-07-281-1/+1
| * Return ENOMEM on session allocation errorsMiloslav Trmač2010-07-281-1/+1
| * Drop a duplicate prototypeMiloslav Trmač2010-07-281-1/+0
| * Drop left-over code for data objectsMiloslav Trmač2010-07-282-4/+0
* | Finally remove the unused list_sem_st.Miloslav Trmač2010-07-281-5/+0
* | Merge branch 'bugfixes' into replace-listsMiloslav Trmač2010-07-282-4/+0
|\ \
| * | Drop left-over code for data objectsMiloslav Trmač2010-07-272-4/+0
| |/
* | Stop looking in the hash table after the first match.Miloslav Trmač2010-07-281-1/+7
* | Use hash tables to speed up limit lookupMiloslav Trmač2010-07-281-45/+80
* | Store all types of limits together.Miloslav Trmač2010-07-282-18/+25
* | Use <linux/idr.h> for session ID allocation and lookupMiloslav Trmač2010-07-283-69/+52
* | Use <linux/idr.h> for key ID allocation and lookupMiloslav Trmač2010-07-283-110/+88
* | Use ncr_lists instead of list_sem_st in intefacesMiloslav Trmač2010-07-275-93/+106
|/
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-2710-57/+479
* Added TODO list.Nikos Mavrogiannopoulos2010-07-271-0/+3
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-2710-24/+354
* More copyright fixes.Nikos Mavrogiannopoulos2010-07-273-0/+19
* Corrected copyright notices.Nikos Mavrogiannopoulos2010-07-277-9/+23
* relicensed under GNU GPLv2.Nikos Mavrogiannopoulos2010-07-2710-689/+363
* Don't leak memory on realloc failure.Miloslav Trmač2010-07-262-31/+38
* Don't duplicate expansion of session page pointersMiloslav Trmač2010-07-261-32/+23
* Set output size for symmetric encryption operationsMiloslav Trmač2010-07-261-2/+2
* Make sure there is space for encryption outputMiloslav Trmač2010-07-261-0/+6
* Fix an error path in _unwrap_aes_rfc5649Miloslav Trmač2010-07-261-1/+1
* Don't override the user-specified key algorithmMiloslav Trmač2010-07-261-2/+1
* sparse: Use "static"Miloslav Trmač2010-07-261-5/+5
* sparse: Fix __user annotationsMiloslav Trmač2010-07-262-3/+3
* Added test case for hashing secret keys. Some corrections in independent sess...Nikos Mavrogiannopoulos2010-07-262-33/+141
* Added __user to userspace buffers.Nikos Mavrogiannopoulos2010-07-261-5/+5
* Corrected PSS signature generation and verification.Nikos Mavrogiannopoulos2010-07-262-2/+6
* Corrected issue when finalizing sessions that hashed keys.Nikos Mavrogiannopoulos2010-07-265-74/+41
* Added AES in CTR mode.Nikos Mavrogiannopoulos2010-07-261-0/+3
* removed the data type.Nikos Mavrogiannopoulos2010-07-2613-1027/+175
* No need for ncr-direct. All session operations are being done on keys or on u...Nikos Mavrogiannopoulos2010-07-259-1141/+407
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-2524-23/+23
* Key wrapping operates directly to userspace data. No need to involve the data...Nikos Mavrogiannopoulos2010-07-255-93/+141
* Separated the direct session functions.Nikos Mavrogiannopoulos2010-07-254-379/+424
* Added the NCR-DIRECT to speed test.Nikos Mavrogiannopoulos2010-07-241-4/+89