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
...
*
Corrected permissions.
Nikos Mavrogiannopoulos
2010-07-07
2
-0
/
+0
*
Added ability to generate DSA and RSA keys and store them.
Nikos Mavrogiannopoulos
2010-07-07
6
-26
/
+309
*
Added a modified libtomcrypt with DSA and RSA algorithms.
Nikos Mavrogiannopoulos
2010-07-07
66
-6036
/
+586
*
set_iv() function accepts argument from kernel memory.
Nikos Mavrogiannopoulos
2010-07-07
3
-6
/
+11
*
Added libtomcrypt
Nikos Mavrogiannopoulos
2010-07-06
112
-3
/
+15187
*
exported _ncr_algo_to_str and _ncr_algo_digest_size
Nikos Mavrogiannopoulos
2010-07-06
2
-4
/
+7
*
Added libtommath for bignum operations.
Nikos Mavrogiannopoulos
2010-07-05
124
-2
/
+11044
*
compat: use compat_ptr() and ptr_to_compat()
Phil Sutter
2010-06-22
1
-13
/
+13
*
Version is shown on module load.
Nikos Mavrogiannopoulos
2010-06-19
2
-12
/
+14
*
Documented stuff about the newapi.
Nikos Mavrogiannopoulos
2010-06-19
1
-4
/
+15
*
Added missing makefile.
Nikos Mavrogiannopoulos
2010-06-18
1
-0
/
+9
*
Use compat_uptr_t to identify pointers in compat_ioctl structures..
Nikos Mavrogiannopoulos
2010-06-18
1
-6
/
+7
*
Several fixes related to checks with copy_from/to_user.
Nikos Mavrogiannopoulos
2010-06-17
4
-5
/
+11
*
Added checking in copy_from_user and copy_to_user.
Nikos Mavrogiannopoulos
2010-06-17
6
-88
/
+221
*
Fixed warnings.
Nikos Mavrogiannopoulos
2010-06-17
1
-2
/
+2
*
Fixed key storage wrapping.
Nikos Mavrogiannopoulos
2010-06-17
3
-32
/
+186
*
Be more strict when loading master key.
Nikos Mavrogiannopoulos
2010-06-17
2
-3
/
+26
*
Corrected hash algorithms initialization. Test vectors pass.
Nikos Mavrogiannopoulos
2010-06-17
1
-4
/
+23
*
Use current_euid() and task_pid_nr(current) to get identifiers for owners (fo...
Nikos Mavrogiannopoulos
2010-06-17
6
-42
/
+107
*
Added rfc5649 key wrapping (untested).
Nikos Mavrogiannopoulos
2010-06-17
4
-72
/
+332
*
Initial attempts to allow wrapping keys with out of band data such as flags, ...
Nikos Mavrogiannopoulos
2010-06-17
6
-11
/
+212
*
Added vectors for SHA2 variants.
Nikos Mavrogiannopoulos
2010-06-17
1
-1
/
+42
*
corrected the digest size of SHA224.
Nikos Mavrogiannopoulos
2010-06-17
1
-1
/
+1
*
Added test functionality for HMAC and hashes (SHA-1, MD5)
Nikos Mavrogiannopoulos
2010-06-17
1
-2
/
+174
*
Wrapping/Unwrapping works and tested.
Nikos Mavrogiannopoulos
2010-06-17
2
-23
/
+137
*
corrected decryption
Nikos Mavrogiannopoulos
2010-06-17
1
-1
/
+1
*
Key wrapping fixed.
Nikos Mavrogiannopoulos
2010-06-17
3
-24
/
+32
*
AES self tests now pass.
Nikos Mavrogiannopoulos
2010-06-17
2
-10
/
+36
*
Added AES test vectors.
Nikos Mavrogiannopoulos
2010-06-17
1
-0
/
+150
*
Some fix in _once.
Nikos Mavrogiannopoulos
2010-06-17
1
-0
/
+8
*
Added generic sessions to allow encryption/decryption hash and HMAC.
Nikos Mavrogiannopoulos
2010-06-17
10
-292
/
+465
*
Descriptors start at 1.
Nikos Mavrogiannopoulos
2010-06-17
2
-2
/
+2
*
Added definitions for session ioctls().
Nikos Mavrogiannopoulos
2010-06-17
1
-0
/
+11
*
Added self test for key wrapping.
Nikos Mavrogiannopoulos
2010-06-17
1
-75
/
+103
*
removed calls to gnl. This subsystem no longer exists.
Nikos Mavrogiannopoulos
2010-06-17
1
-8
/
+0
*
Removed the userspace storage server.
Nikos Mavrogiannopoulos
2010-06-17
4
-501
/
+0
*
Added initial wrapping and unwrapping key API. Adds an implementation of the ...
Nikos Mavrogiannopoulos
2010-06-17
12
-36
/
+778
*
Storage ioctls removed. Concentrating on wrap/unwrap functionality.
Nikos Mavrogiannopoulos
2010-06-17
8
-1052
/
+17
*
Some updates in the server approach (not working yet).
Nikos Mavrogiannopoulos
2010-06-17
9
-84
/
+360
*
Added some initial support for a userspace server to receive requests.
Nikos Mavrogiannopoulos
2010-06-17
7
-67
/
+597
*
Added a netlink based storage fascility (server needs
Nikos Mavrogiannopoulos
2010-06-17
5
-25
/
+568
*
Added small subsystem for storage (no storage occuring yet).
Nikos Mavrogiannopoulos
2010-06-17
10
-47
/
+397
*
Combined tests.
Nikos Mavrogiannopoulos
2010-06-17
3
-251
/
+259
*
Added deinitialization of limits on module unloading. Better cleanup of unuse...
Nikos Mavrogiannopoulos
2010-06-17
5
-5
/
+32
*
Added ncr_key_import/export, generate and info. Those work with secret keys.
Nikos Mavrogiannopoulos
2010-06-17
8
-19
/
+554
*
Compilation and initialization fixes.
Nikos Mavrogiannopoulos
2010-06-17
4
-8
/
+15
*
Added some initial for of key. Added helper functions to enforce per user and...
Nikos Mavrogiannopoulos
2010-06-17
8
-69
/
+477
*
Separated data functionality to ncr-data.c.
Nikos Mavrogiannopoulos
2010-06-17
4
-219
/
+270
*
Added test to verify that data that are not marked as exportable cannot be read.
Nikos Mavrogiannopoulos
2010-06-17
1
-1
/
+32
*
Corrected nasty bug and added some debugging info.
Nikos Mavrogiannopoulos
2010-06-17
3
-16
/
+42
[prev]
[next]