Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Drop <cryptodev.h> | Miloslav Trmač | 2010-08-24 | 20 | -1742/+22 | |
* | | Support IV size as large as <ncr.h> does | Miloslav Trmač | 2010-08-24 | 1 | -1/+2 | |
|/ | ||||||
* | 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 | |
* | Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys. | Nikos Mavrogiannopoulos | 2010-08-19 | 10 | -19/+428 | |
* | 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 | |
* | | | Merge branch 'replace-lists' | Miloslav Trmač | 2010-08-05 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Change NCR_{KEY,SESSION}_INVALID | Miloslav Trmač | 2010-08-05 | 1 | -2/+2 | |
* | | | | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-04 | 3 | -99/+29 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Drop the key generation work queue | Miloslav Trmač | 2010-08-04 | 3 | -99/+29 | |
* | | | | Merge branch 'documentation' | Miloslav Trmač | 2010-08-02 | 1 | -0/+554 | |
|\ \ \ \ | ||||||
| * | | | | Add man page for /dev/crypto | Miloslav Trmač | 2010-08-02 | 1 | -0/+554 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'bugfixes' | Miloslav Trmač | 2010-08-02 | 1 | -1/+2 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Fix error path in ncr_key_generate | Miloslav Trmač | 2010-08-02 | 1 | -1/+2 | |
* | | | | Merge branch 'replace-lists' | Miloslav Trmač | 2010-07-31 | 6 | -302/+319 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge branch 'master' into replace-lists | Miloslav Trmač | 2010-07-30 | 13 | -123/+172 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Finally remove the unused list_sem_st. | Miloslav Trmač | 2010-07-28 | 1 | -5/+0 | |
| * | | | Merge branch 'bugfixes' into replace-lists | Miloslav Trmač | 2010-07-28 | 2 | -4/+0 | |
| |\ \ \ | ||||||
| | * | | | Drop left-over code for data objects | Miloslav Trmač | 2010-07-27 | 2 | -4/+0 |