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
/
examples
/
ncr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Examples directory renamed -> tests
Nikos Mavrogiannopoulos
2010-09-07
1
-1676
/
+0
*
run scripts/Lindent.
Nikos Mavrogiannopoulos
2010-09-06
1
-219
/
+250
*
Added flag NCR_KEY_FLAG_HASHABLE and enforced it when reading a key for hashing.
Nikos Mavrogiannopoulos
2010-09-05
1
-1
/
+1
*
Merge remote branch 'origin/newapi'
Miloslav Trmač
2010-08-27
1
-12
/
+2
|
\
|
*
Added ENCRYPT, UNWRAPPING and VERIFY key flags
Nikos Mavrogiannopoulos
2010-08-25
1
-2
/
+2
*
|
Add hash cloning example.
Miloslav Trmač
2010-08-25
1
-0
/
+218
*
|
Fix wrapping test conversions
Miloslav Trmač
2010-08-25
1
-3
/
+5
*
|
Merge branch 'bugfixes' into nlattr
Miloslav Trmač
2010-08-25
1
-9
/
+19
|
\
\
|
*
|
Make it possible to import private keys
Miloslav Trmač
2010-08-24
1
-0
/
+4
|
*
|
Reject prohibited key flags immediately
Miloslav Trmač
2010-08-24
1
-10
/
+8
|
|
/
*
|
Replace ncr_wrap_algorithm_t by NLA_NUL_STRING
Miloslav Trmač
2010-08-25
1
-6
/
+6
*
|
Replace ncr_algorithm_t by NLA_NUL_STRING
Miloslav Trmač
2010-08-24
1
-66
/
+79
*
|
Convert *_SESSION_*
Miloslav Trmač
2010-08-24
1
-78
/
+140
*
|
Convert *_KEY_STORAGE_UNWRAP
Miloslav Trmač
2010-08-24
1
-4
/
+4
*
|
Convert *_KEY_STORAGE_WRAP
Miloslav Trmač
2010-08-24
1
-11
/
+12
*
|
Convert *_KEY_UNWRAP
Miloslav Trmač
2010-08-24
1
-7
/
+19
*
|
Convert *_KEY_WRAP
Miloslav Trmač
2010-08-24
1
-32
/
+44
*
|
Convert *_KEY_IMPORT
Miloslav Trmač
2010-08-24
1
-118
/
+277
*
|
Convert *_KEY_EXPORT
Miloslav Trmač
2010-08-24
1
-33
/
+28
*
|
Convert *_KEY_GET_INFO
Miloslav Trmač
2010-08-24
1
-0
/
+85
*
|
Convert *_KEY_GENERATE
Miloslav Trmač
2010-08-24
1
-13
/
+41
*
|
Convert *_KEY_INIT
Miloslav Trmač
2010-08-24
1
-11
/
+22
|
/
*
Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.
Nikos Mavrogiannopoulos
2010-08-19
1
-6
/
+101
*
Use types from <linux/types.h> for public headers.
Miloslav Trmač
2010-08-08
1
-0
/
+1
*
Added test case for hashing secret keys. Some corrections in independent sess...
Nikos Mavrogiannopoulos
2010-07-26
1
-0
/
+116
*
removed the data type.
Nikos Mavrogiannopoulos
2010-07-26
1
-356
/
+43
*
No need for ncr-direct. All session operations are being done on keys or on u...
Nikos Mavrogiannopoulos
2010-07-25
1
-84
/
+32
*
Key wrapping operates directly to userspace data. No need to involve the data...
Nikos Mavrogiannopoulos
2010-07-25
1
-17
/
+16
*
Added a support for reading session data directly from userspace.
Nikos Mavrogiannopoulos
2010-07-24
1
-6
/
+9
*
Simplified the session_op structure and combined the OP_SIGN with the OP_DIGEST
Nikos Mavrogiannopoulos
2010-07-24
1
-7
/
+7
*
Splitted key from key_params structure. Also separated dsa from rsa structure...
Nikos Mavrogiannopoulos
2010-07-23
1
-5
/
+5
*
Minor fixes in example programs.
Nikos Mavrogiannopoulos
2010-07-23
1
-9
/
+10
*
Append_flag was removed.
Nikos Mavrogiannopoulos
2010-07-23
1
-19
/
+0
*
Revert "initial support for userspace data."
Nikos Mavrogiannopoulos
2010-07-23
1
-20
/
+30
*
Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...
Nikos Mavrogiannopoulos
2010-07-23
1
-1
/
+10
*
Modified NCR-USER API to "simplify" and allow setting of size of data structu...
Nikos Mavrogiannopoulos
2010-07-21
1
-10
/
+1
*
initial support for userspace data.
Nikos Mavrogiannopoulos
2010-07-21
1
-30
/
+20
*
Corrected RSA signature generation/verification.
Nikos Mavrogiannopoulos
2010-07-14
1
-2
/
+2
*
OP_MAC was deprecated by OP_SIGN.
Nikos Mavrogiannopoulos
2010-07-14
1
-5
/
+5
*
Initial additions to have PK encryption/decryption. Separated operations
Nikos Mavrogiannopoulos
2010-07-12
1
-36
/
+32
*
Public and private keys are being generated in a new workqueue. Some other fi...
Nikos Mavrogiannopoulos
2010-07-07
1
-0
/
+1220