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
path:
root
/
ncr-key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added checking in copy_from_user and copy_to_user.
Nikos Mavrogiannopoulos
2010-06-17
1
-8
/
+28
*
Fixed key storage wrapping.
Nikos Mavrogiannopoulos
2010-06-17
1
-3
/
+0
*
Use current_euid() and task_pid_nr(current) to get identifiers for owners (fo...
Nikos Mavrogiannopoulos
2010-06-17
1
-4
/
+5
*
Initial attempts to allow wrapping keys with out of band data such as flags, ...
Nikos Mavrogiannopoulos
2010-06-17
1
-2
/
+2
*
Key wrapping fixed.
Nikos Mavrogiannopoulos
2010-06-17
1
-2
/
+2
*
Descriptors start at 1.
Nikos Mavrogiannopoulos
2010-06-17
1
-1
/
+1
*
Added initial wrapping and unwrapping key API. Adds an implementation of the ...
Nikos Mavrogiannopoulos
2010-06-17
1
-4
/
+1
*
Added small subsystem for storage (no storage occuring yet).
Nikos Mavrogiannopoulos
2010-06-17
1
-18
/
+13
*
Added ncr_key_import/export, generate and info. Those work with secret keys.
Nikos Mavrogiannopoulos
2010-06-17
1
-0
/
+237
*
Added some initial for of key. Added helper functions to enforce per user and...
Nikos Mavrogiannopoulos
2010-06-17
1
-0
/
+154