index
:
cryptodev-linux.git
bugfixes
integration
master
sockets
userspace
Kernel crypto API for user space
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
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
*
|
Added a support for reading session data directly from userspace.
Nikos Mavrogiannopoulos
2010-07-24
16
-228
/
+1246
*
|
Simplified the session_op structure and combined the OP_SIGN with the OP_DIGEST
Nikos Mavrogiannopoulos
2010-07-24
6
-111
/
+97
*
|
Use of algo_properties to avoid linear search on a table for each property.
Miloslav Trmač
2010-07-24
23
-350
/
+284
*
|
Reformat for kernel's (make headers_install)
Miloslav Trmač
2010-07-24
1
-1
/
+1
*
|
Allow parrallel build (make -j$$$$N)
Miloslav Trmač
2010-07-24
1
-6
/
+6
|
/
*
No need for type of params.
Nikos Mavrogiannopoulos
2010-07-23
1
-7
/
+3
*
Splitted key from key_params structure. Also separated dsa from rsa structure...
Nikos Mavrogiannopoulos
2010-07-23
8
-47
/
+86
*
Minor fixes in example programs.
Nikos Mavrogiannopoulos
2010-07-23
2
-9
/
+11
*
Append_flag was removed.
Nikos Mavrogiannopoulos
2010-07-23
4
-51
/
+6
*
Revert "initial support for userspace data."
Nikos Mavrogiannopoulos
2010-07-23
14
-770
/
+187
*
Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...
Nikos Mavrogiannopoulos
2010-07-23
12
-1242
/
+105
*
Fix error handling in cryptodev_hash_init
Miloslav Trmač
2010-07-21
1
-1
/
+3
*
Fix more incorrect copy_*_user error handling
Miloslav Trmač
2010-07-21
1
-5
/
+10
*
Modified NCR-USER API to "simplify" and allow setting of size of data structu...
Nikos Mavrogiannopoulos
2010-07-21
12
-105
/
+1242
*
der_en/decode_subject_public_key_info were moved to x509/ subdirectory.
Nikos Mavrogiannopoulos
2010-07-21
3
-2
/
+2
*
initial support for userspace data.
Nikos Mavrogiannopoulos
2010-07-21
14
-187
/
+770
*
Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...
Nikos Mavrogiannopoulos
2010-07-19
13
-88
/
+437
*
hash_reset() was combined with hash_init() to avoid requiring two calls for h...
Nikos Mavrogiannopoulos
2010-07-19
4
-24
/
+7
*
Implemented RSA blinding.
Nikos Mavrogiannopoulos
2010-07-19
1
-4
/
+38
*
updated.
Nikos Mavrogiannopoulos
2010-07-19
1
-0
/
+1
*
Fixed RSA encryption and decryption.
Nikos Mavrogiannopoulos
2010-07-19
3
-72
/
+232
*
Added NULL cipher and a speed program to compare old cryptodev operations and...
Nikos Mavrogiannopoulos
2010-07-19
3
-7
/
+130
*
Added CAMELLIA-ECB and AES-CTR as well as CAMELLIA-CTR.
Nikos Mavrogiannopoulos
2010-07-19
2
-2
/
+10
*
Backported zero copy /dev/crypto operations from master.
Nikos Mavrogiannopoulos
2010-07-19
3
-107
/
+442
*
Don't recompile cryptodev_main.o all the time
Miloslav Trmač
2010-07-19
1
-1
/
+4
*
Initialize hash name for NCR_OP_DIGEST
Miloslav Trmač
2010-07-19
1
-0
/
+6
*
Only set [ch]data->init = 1 on success.
Miloslav Trmač
2010-07-19
1
-5
/
+2
*
Free all data referenced by a session, in all cases
Miloslav Trmač
2010-07-19
1
-7
/
+5
[prev]
[next]