summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement PK signatures with transparent hashesMiloslav Trmač2010-08-273-13/+70
* Fix wrapping test conversionsMiloslav Trmač2010-08-252-6/+11
* Merge branch 'bugfixes' into nlattrMiloslav Trmač2010-08-258-37/+93
|\
| * Make it possible to import private keysMiloslav Trmač2010-08-244-7/+19
| * Base access decisions only on capable(), not euidMiloslav Trmač2010-08-242-2/+2
| * Reject prohibited key flags immediatelyMiloslav Trmač2010-08-244-24/+50
| * Provide file_operations::unlocked_ioctl.Miloslav Trmač2010-08-243-7/+6
| * Drop unnecessary "file *" argument to ncr_ioctl()Miloslav Trmač2010-08-243-5/+3
* | Renumber ioctlsMiloslav Trmač2010-08-251-18/+17
* | Fix ioctl directionMiloslav Trmač2010-08-251-1/+1
* | Update ioctl interface documentation.Miloslav Trmač2010-08-251-247/+430
* | Replace ncr_wrap_algorithm_t by NLA_NUL_STRINGMiloslav Trmač2010-08-255-40/+29
* | Replace ncr_derive_t by NLA_NUL_STRINGMiloslav Trmač2010-08-244-29/+24
* | Replace ncr_algorithm_t by NLA_NUL_STRINGMiloslav Trmač2010-08-2410-199/+227
* | Add version ID to key storage wrapping formatMiloslav Trmač2010-08-241-1/+6
* | Update TODO: ioctl_compat is doneMiloslav Trmač2010-08-241-1/+0
* | Convert *_MASTER_KEY_SETMiloslav Trmač2010-08-243-24/+41
* | Convert *_SESSION_*Miloslav Trmač2010-08-2410-650/+937
* | Convert *_KEY_STORAGE_UNWRAPMiloslav Trmač2010-08-245-27/+42
* | Convert *_KEY_STORAGE_WRAPMiloslav Trmač2010-08-245-28/+55
* | Convert *_KEY_UNWRAPMiloslav Trmač2010-08-246-69/+128
* | Convert *_KEY_WRAPMiloslav Trmač2010-08-247-84/+153
* | Convert *_KEY_DEINITMiloslav Trmač2010-08-243-12/+13
* | Convert *_KEY_IMPORTMiloslav Trmač2010-08-247-169/+365
* | Convert *_KEY_EXPORTMiloslav Trmač2010-08-247-119/+149
* | Convert *_KEY_GET_INFOMiloslav Trmač2010-08-246-26/+157
* | Convert *_KEY_DERIVEMiloslav Trmač2010-08-248-77/+86
* | Convert *_KEY_GENERATE_PAIRMiloslav Trmač2010-08-248-145/+225
* | Convert *_KEY_GENERATEMiloslav Trmač2010-08-246-37/+115
* | Convert *_KEY_INITMiloslav Trmač2010-08-247-33/+52
* | Simplify algorithm lookup by nlaMiloslav Trmač2010-08-242-0/+11
* | Add input argument and attribute handling infrastructureMiloslav Trmač2010-08-244-1/+378
* | Use more specific types to avoid compat_ioctlMiloslav Trmač2010-08-241-2/+2
* | Add compat_ioctl infrastructureMiloslav Trmač2010-08-243-4/+18
* | Drop unnecessary "file *" argument to ncr_ioctl()Miloslav Trmač2010-08-243-5/+3
* | Drop <cryptodev.h>Miloslav Trmač2010-08-2420-1742/+22
* | Support IV size as large as <ncr.h> doesMiloslav Trmač2010-08-241-1/+2
|/
* Compare cryptodev to NCR on a fair basis.Nikos Mavrogiannopoulos2010-08-231-24/+24
* When calculating algorithm strength consider 3DES as 112 bit cipher.Nikos Mavrogiannopoulos2010-08-221-0/+5
* more textNikos Mavrogiannopoulos2010-08-211-1/+4
* Document that assymetric keys cannot wrap symmetric ones.Nikos Mavrogiannopoulos2010-08-211-0/+1
* Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones.Nikos Mavrogiannopoulos2010-08-215-24/+188
* key generation must be done interruptible.Nikos Mavrogiannopoulos2010-08-211-0/+1
* Fix in export of DH keys.Nikos Mavrogiannopoulos2010-08-211-1/+2
* Corrected bug in importing RSA private keys.Nikos Mavrogiannopoulos2010-08-211-1/+1
* export ncr_key_clear(). And disallow key derivation from wrapping keys.Nikos Mavrogiannopoulos2010-08-212-3/+11
* Prevent usage of wrapping keys for anything else except wrapping.Nikos Mavrogiannopoulos2010-08-211-0/+17
* Increased RSA size to 8192. Return error on wrong arguments.Nikos Mavrogiannopoulos2010-08-203-5/+5
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-1910-19/+428
* Do not include linux headers to libtom files. This will allow easier replacem...Nikos Mavrogiannopoulos2010-08-1930-28/+24