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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing newline
userspace
Miloslav Trmač
2010-08-25
1
-1
/
+1
*
Port key wrapping tests to *_lib.c
Miloslav Trmač
2010-08-24
2
-2
/
+140
*
Merge branch 'bugfixes' into userspace
Miloslav Trmač
2010-08-24
2
-10
/
+13
|
\
|
*
Make it possible to import private keys
Miloslav Trmač
2010-08-24
2
-0
/
+5
|
*
Reject prohibited key flags immediately
Miloslav Trmač
2010-08-24
1
-10
/
+8
*
|
Don't assume <ncr.h> includes <stdint.h>
Miloslav Trmač
2010-08-24
2
-0
/
+2
*
|
Drop a few unnecessary #includes from examples
Miloslav Trmač
2010-08-24
2
-8
/
+0
*
|
Provide a nicer example on including <ncrypto.h>
Miloslav Trmač
2010-08-24
2
-4
/
+4
*
|
Abstract <linux/ncr.h> from <ncrypto.h> users
Miloslav Trmač
2010-08-24
1
-1
/
+1
*
|
Add port of examples/pk.c to libcryptodev
Miloslav Trmač
2010-08-24
2
-2
/
+752
*
|
Implement missing algorithm-specific keygen params
Miloslav Trmač
2010-08-24
1
-2
/
+2
*
|
Support output data in NCRIO_SESSION_UPDATE
Miloslav Trmač
2010-08-24
1
-2
/
+2
*
|
Use NCR_KEY_INVALID for clarity
Miloslav Trmač
2010-08-24
1
-1
/
+1
*
|
Remove somewhat confusing casts
Miloslav Trmač
2010-08-24
1
-4
/
+4
*
|
Don't set the master key in an example program.
Miloslav Trmač
2010-08-24
1
-2
/
+0
*
|
Fix and reenable unwrapping test
Miloslav Trmač
2010-08-24
1
-2
/
+3
*
|
Use the correct wrapping key
Miloslav Trmač
2010-08-24
1
-2
/
+2
*
|
Remove an unused variable
Miloslav Trmač
2010-08-24
1
-2
/
+0
*
|
Integrate examples/ncr_lib.c
Miloslav Trmač
2010-08-24
1
-1
/
+6
*
|
Add Jan's port of ncr.c to libcryptodev.
Jan Chadima
2010-08-24
1
-0
/
+476
*
|
Don't repeat the list of example programs
Miloslav Trmač
2010-08-24
1
-1
/
+1
|
/
*
Compare cryptodev to NCR on a fair basis.
Nikos Mavrogiannopoulos
2010-08-23
1
-24
/
+24
*
more text
Nikos Mavrogiannopoulos
2010-08-21
1
-1
/
+4
*
Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones.
Nikos Mavrogiannopoulos
2010-08-21
1
-2
/
+29
*
Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.
Nikos Mavrogiannopoulos
2010-08-19
2
-6
/
+217
*
Use types from <linux/types.h> for public headers.
Miloslav Trmač
2010-08-08
4
-0
/
+4
*
Implemented Diffie Hellman Key exchange.
Nikos Mavrogiannopoulos
2010-07-27
1
-1
/
+151
*
Added Diffie Hellman key generation.
Nikos Mavrogiannopoulos
2010-07-27
1
-0
/
+79
*
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
4
-573
/
+92
*
No need for ncr-direct. All session operations are being done on keys or on u...
Nikos Mavrogiannopoulos
2010-07-25
4
-665
/
+82
*
Key wrapping operates directly to userspace data. No need to involve the data...
Nikos Mavrogiannopoulos
2010-07-25
1
-17
/
+16
*
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
5
-22
/
+479
*
Simplified the session_op structure and combined the OP_SIGN with the OP_DIGEST
Nikos Mavrogiannopoulos
2010-07-24
3
-21
/
+21
*
Splitted key from key_params structure. Also separated dsa from rsa structure...
Nikos Mavrogiannopoulos
2010-07-23
3
-24
/
+24
*
Minor fixes in example programs.
Nikos Mavrogiannopoulos
2010-07-23
2
-9
/
+11
*
Append_flag was removed.
Nikos Mavrogiannopoulos
2010-07-23
3
-24
/
+0
*
Revert "initial support for userspace data."
Nikos Mavrogiannopoulos
2010-07-23
3
-132
/
+35
*
Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...
Nikos Mavrogiannopoulos
2010-07-23
4
-935
/
+17
*
Modified NCR-USER API to "simplify" and allow setting of size of data structu...
Nikos Mavrogiannopoulos
2010-07-21
4
-17
/
+935
*
initial support for userspace data.
Nikos Mavrogiannopoulos
2010-07-21
3
-35
/
+132
*
Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...
Nikos Mavrogiannopoulos
2010-07-19
1
-15
/
+100
*
Fixed RSA encryption and decryption.
Nikos Mavrogiannopoulos
2010-07-19
1
-65
/
+212
*
Added NULL cipher and a speed program to compare old cryptodev operations and...
Nikos Mavrogiannopoulos
2010-07-19
1
-5
/
+120
*
Backported zero copy /dev/crypto operations from master.
Nikos Mavrogiannopoulos
2010-07-19
2
-2
/
+175
*
Corrected RSA signature generation/verification.
Nikos Mavrogiannopoulos
2010-07-14
2
-5
/
+299
*
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
*
Several fixes. RSA key generation tested and works.
Nikos Mavrogiannopoulos
2010-07-07
1
-10
/
+18
[next]