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
*
Add copyright notice to userspace/ncrypto.h
Miloslav Trmač
2010-08-24
1
-0
/
+28
*
Add Red Hat copyright notices to libcryptodev
Miloslav Trmač
2010-08-24
7
-0
/
+193
*
Avoid unnecessary internal relocations
Miloslav Trmač
2010-08-24
6
-9
/
+21
*
Don't assume <ncr.h> includes <stdint.h>
Miloslav Trmač
2010-08-24
3
-0
/
+3
*
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
*
Allow overriding CFLAGS
Miloslav Trmač
2010-08-24
1
-3
/
+8
*
Abstract <linux/ncr.h> from <ncrypto.h> users
Miloslav Trmač
2010-08-24
10
-9
/
+18
*
Attach "userspace/" into top-level Makefile
Miloslav Trmač
2010-08-24
1
-0
/
+3
*
Add port of examples/pk.c to libcryptodev
Miloslav Trmač
2010-08-24
3
-2
/
+753
*
Add derivation algorithm param to ncr_key_derive()
Miloslav Trmač
2010-08-24
2
-2
/
+3
*
Add remaining accessors for ncr_key_params_t
Miloslav Trmač
2010-08-24
2
-0
/
+63
*
Implement DH key params
Miloslav Trmač
2010-08-24
2
-4
/
+9
*
Add ncr_key_get_algorithm()
Miloslav Trmač
2010-08-24
2
-0
/
+11
*
Add helper function ncr_key_get_info
Miloslav Trmač
2010-08-24
1
-36
/
+17
*
Implement missing algorithm-specific keygen params
Miloslav Trmač
2010-08-24
3
-7
/
+64
*
Allow empty id_size
Miloslav Trmač
2010-08-24
1
-1
/
+1
*
Use EOVERFLOW if input data is too large
Miloslav Trmač
2010-08-24
2
-3
/
+9
*
Support NCR_OP_VERIFY in *_once_*
Miloslav Trmač
2010-08-24
1
-2
/
+22
*
Support output data in NCRIO_SESSION_UPDATE
Miloslav Trmač
2010-08-24
3
-8
/
+12
*
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
*
Don't prohibit NCR_ALG_NULL.
Miloslav Trmač
2010-08-24
1
-1
/
+1
*
Don't assume NCR_SESSION_INVALID is 0
Miloslav Trmač
2010-08-24
1
-4
/
+4
*
Don't assume NCR_KEY_INVALID is 0
Jan Chadima
2010-08-24
1
-13
/
+13
*
Use O_CLOEXEC for the internal file descriptor
Jan Chadima
2010-08-24
1
-1
/
+1
*
Delete libcryptodev.so* on (make clean)
Miloslav Trmač
2010-08-24
1
-1
/
+1
*
Integrate examples/ncr_lib.c
Miloslav Trmač
2010-08-24
2
-1
/
+7
*
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
*
Userspace library updates from Jan
Jan Chadima
2010-08-24
2
-12
/
+13
*
Add missing "return";
Miloslav Trmač
2010-08-24
1
-0
/
+1
*
Include the header file for close()
Miloslav Trmač
2010-08-24
1
-0
/
+1
*
Update prototype of ncr_key_generate_params_set_rsa_e
Miloslav Trmač
2010-08-24
1
-1
/
+1
*
Initial userspace library version
Jan Chadima
2010-08-24
9
-142
/
+848
*
Compare cryptodev to NCR on a fair basis.
Nikos Mavrogiannopoulos
2010-08-23
1
-24
/
+24
*
When calculating algorithm strength consider 3DES as 112 bit cipher.
Nikos Mavrogiannopoulos
2010-08-22
1
-0
/
+5
*
more text
Nikos Mavrogiannopoulos
2010-08-21
1
-1
/
+4
*
Document that assymetric keys cannot wrap symmetric ones.
Nikos Mavrogiannopoulos
2010-08-21
1
-0
/
+1
*
Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones.
Nikos Mavrogiannopoulos
2010-08-21
5
-24
/
+188
*
key generation must be done interruptible.
Nikos Mavrogiannopoulos
2010-08-21
1
-0
/
+1
*
Fix in export of DH keys.
Nikos Mavrogiannopoulos
2010-08-21
1
-1
/
+2
*
Corrected bug in importing RSA private keys.
Nikos Mavrogiannopoulos
2010-08-21
1
-1
/
+1
*
export ncr_key_clear(). And disallow key derivation from wrapping keys.
Nikos Mavrogiannopoulos
2010-08-21
2
-3
/
+11
*
Prevent usage of wrapping keys for anything else except wrapping.
Nikos Mavrogiannopoulos
2010-08-21
1
-0
/
+17
*
Increased RSA size to 8192. Return error on wrong arguments.
Nikos Mavrogiannopoulos
2010-08-20
3
-5
/
+5
[next]