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
*
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
*
Report errors from update implied by session_final
Miloslav Trmač
2010-07-19
1
-3
/
+9
*
Remove unused variables
Miloslav Trmač
2010-07-19
1
-4
/
+0
*
Refuse non-digest algorithms for pubkey sign/verify operations
Miloslav Trmač
2010-07-19
1
-0
/
+5
*
Don't access key_item_st after freeing it
Miloslav Trmač
2010-07-19
1
-2
/
+2
*
sparse: Fix signedness missmatch (especially in *_export)
Miloslav Trmač
2010-07-19
1
-1
/
+1
*
sparse: Make one-bit bit fields explicitly unsigned
Miloslav Trmač
2010-07-19
1
-6
/
+6
*
Represent ENOKEY as a negative value
Miloslav Trmač
2010-07-19
1
-2
/
+2
*
sparse: Avoid variable-length arrays
Miloslav Trmač
2010-07-19
1
-4
/
+21
*
sparse: add missing 'static'
Miloslav Trmač
2010-07-19
3
-12
/
+12
*
Add __init and __exit markers
Miloslav Trmač
2010-07-19
1
-2
/
+2
*
sparse: Fix __user annotations
Miloslav Trmač
2010-07-19
5
-50
/
+52
*
Fix copy_{from,to}_user error handling
Miloslav Trmač
2010-07-19
6
-98
/
+98
*
Add missing error handling to {get,put}_user
Miloslav Trmač
2010-07-19
1
-5
/
+11
*
Free data on error its descriptor to user-space
Miloslav Trmač
2010-07-19
4
-13
/
+53
*
Fix error paths in ncr_key_storage_wrap
Miloslav Trmač
2010-07-19
1
-1
/
+2
*
Fix error paths in ncr_key_wrap
Miloslav Trmač
2010-07-19
1
-1
/
+2
*
On async request error report the request error
Miloslav Trmač
2010-07-19
1
-1
/
+1
*
Avoid overflows when unwrapping from storage
Miloslav Trmač
2010-07-19
1
-1
/
+5
*
Use the supplied pid even if creating a new record
Miloslav Trmač
2010-07-19
1
-1
/
+1
*
Fix error paths in ncr_key_init
Miloslav Trmač
2010-07-19
1
-1
/
+6
*
Simplify clonefd
Miloslav Trmač
2010-07-19
1
-2
/
+0
*
Fix error paths in crypto_run
Miloslav Trmač
2010-07-19
1
-3
/
+3
*
Remove a redundant variable assignment
Miloslav Trmač
2010-07-19
1
-2
/
+0
*
Fix cryptodev_hash_deinit
Miloslav Trmač
2010-07-19
1
-1
/
+5
*
Fix error paths in cryptodev_hash_init
Miloslav Trmač
2010-07-19
1
-0
/
+1
*
Fix cipher_data deinitialization.
Miloslav Trmač
2010-07-19
1
-4
/
+8
*
Fix a race in ncr_data_set.
Miloslav Trmač
2010-07-19
1
-3
/
+6
*
Describe why there is no integer overflow.
Miloslav Trmač
2010-07-19
1
-0
/
+4
*
Fix error paths in ncr_data_init
Miloslav Trmač
2010-07-19
1
-6
/
+13
*
Fix error paths in ncr_limits_add_and_check
Miloslav Trmač
2010-07-19
1
-2
/
+17
*
Reduce stack usage.
Nikos Mavrogiannopoulos
2010-07-14
1
-1
/
+2
*
use mp_int* instead of void*
Nikos Mavrogiannopoulos
2010-07-14
2
-4
/
+4
[next]