| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement DH key params | Miloslav Trmač | 2010-08-23 | 2 | -4/+9 |
| * | Add ncr_key_get_algorithm() | Miloslav Trmač | 2010-08-23 | 2 | -0/+11 |
| * | Add helper function ncr_key_get_info | Miloslav Trmač | 2010-08-23 | 1 | -36/+17 |
| * | Implement missing algorithm-specific keygen params | Miloslav Trmač | 2010-08-23 | 3 | -7/+64 |
| * | Allow empty id_size | Miloslav Trmač | 2010-08-23 | 1 | -1/+1 |
| * | Use EOVERFLOW if input data is too large | Miloslav Trmač | 2010-08-23 | 2 | -3/+9 |
| * | Support NCR_OP_VERIFY in *_once_* | Miloslav Trmač | 2010-08-23 | 1 | -2/+22 |
| * | Support output data in NCRIO_SESSION_UPDATE | Miloslav Trmač | 2010-08-23 | 3 | -8/+12 |
| * | Use NCR_KEY_INVALID for clarity | Miloslav Trmač | 2010-08-23 | 1 | -1/+1 |
| * | Remove somewhat confusing casts | Miloslav Trmač | 2010-08-23 | 1 | -4/+4 |
| * | Don't set the master key in an example program. | Miloslav Trmač | 2010-08-23 | 1 | -2/+0 |
| * | Fix and reenable unwrapping test | Miloslav Trmač | 2010-08-23 | 1 | -2/+3 |
| * | Use the correct wrapping key | Miloslav Trmač | 2010-08-23 | 1 | -2/+2 |
| * | Remove an unused variable | Miloslav Trmač | 2010-08-23 | 1 | -2/+0 |
| * | Don't prohibit NCR_ALG_NULL. | Miloslav Trmač | 2010-08-23 | 1 | -1/+1 |
| * | Don't assume NCR_SESSION_INVALID is 0 | Miloslav Trmač | 2010-08-23 | 1 | -4/+4 |
| * | Don't assume NCR_KEY_INVALID is 0 | Jan Chadima | 2010-08-23 | 1 | -13/+13 |
| * | Use O_CLOEXEC for the internal file descriptor | Jan Chadima | 2010-08-23 | 1 | -1/+1 |
| * | Delete libcryptodev.so* on (make clean) | Miloslav Trmač | 2010-08-23 | 1 | -1/+1 |
| * | Integrate examples/ncr_lib.c | Miloslav Trmač | 2010-08-23 | 2 | -1/+7 |
| * | Add Jan's port of ncr.c to libcryptodev. | Jan Chadima | 2010-08-23 | 1 | -0/+476 |
| * | Don't repeat the list of example programs | Miloslav Trmač | 2010-08-23 | 1 | -1/+1 |
| * | Userspace library updates from Jan | Jan Chadima | 2010-08-23 | 2 | -12/+13 |
| * | Add missing "return"; | Miloslav Trmač | 2010-08-23 | 1 | -0/+1 |
| * | Include the header file for close() | Miloslav Trmač | 2010-08-23 | 1 | -0/+1 |
| * | Update prototype of ncr_key_generate_params_set_rsa_e | Miloslav Trmač | 2010-08-23 | 1 | -1/+1 |
| * | Initial userspace library version | Jan Chadima | 2010-08-23 | 9 | -142/+848 |
| * | Do not include linux headers to libtom files. This will allow easier replacem... | Nikos Mavrogiannopoulos | 2010-08-19 | 30 | -28/+24 |
| * | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-12 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix prime testing | Miloslav Trmač | 2010-08-12 | 1 | -1/+1 |
| * | | Merge branch 'replace-lists' | Miloslav Trmač | 2010-08-08 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | Finally remove the unused list_sem_st. | Miloslav Trmač | 2010-08-08 | 1 | -5/+0 |
| | * | | Stop looking in the hash table after the first match. | Miloslav Trmač | 2010-08-08 | 1 | -1/+7 |
| | * | | Use hash tables to speed up limit lookup | Miloslav Trmač | 2010-08-08 | 1 | -45/+80 |
| | * | | Store all types of limits together. | Miloslav Trmač | 2010-08-08 | 2 | -18/+25 |
| | * | | Use <linux/idr.h> for session ID allocation and lookup | Miloslav Trmač | 2010-08-08 | 3 | -69/+52 |
| | * | | Use <linux/idr.h> for key ID allocation and lookup | Miloslav Trmač | 2010-08-08 | 3 | -110/+88 |
| | * | | Change NCR_{KEY,SESSION}_INVALID | Miloslav Trmač | 2010-08-08 | 1 | -2/+2 |
| | * | | Use ncr_lists instead of list_sem_st in intefaces | Miloslav Trmač | 2010-08-08 | 5 | -92/+105 |
| * | | | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-08 | 0 | -0/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Ensure sign_hash is valid in RSA sign/verify | Miloslav Trmač | 2010-08-08 | 1 | -0/+8 |
| * | | | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-08 | 7 | -48/+54 |
| |\| | | |||||
| | * | | Use types from <linux/types.h> for public headers. | Miloslav Trmač | 2010-08-08 | 7 | -48/+54 |
| * | | | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-07 | 10 | -23/+24 |
| |\| | | |||||
| | * | | Use <linux/uaccess.h> instead of <asm/uaccess.h> | Miloslav Trmač | 2010-08-07 | 8 | -8/+8 |
| | * | | Use <linux/ioctl.h> instead of <asm/ioctl.h> | Miloslav Trmač | 2010-08-07 | 8 | -8/+8 |
| | * | | Make cryptodev_fops const. | Miloslav Trmač | 2010-08-07 | 1 | -1/+1 |
| | * | | Use a struct mutex for session_item_st.mem_mutex | Miloslav Trmač | 2010-08-07 | 2 | -6/+8 |
| * | | | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-05 | 34 | -4/+38 |
| |\| | | |||||
| | * | | Fix build with recent kernels | Jan Chadima | 2010-08-05 | 34 | -4/+38 |
