summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added libtomcryptNikos Mavrogiannopoulos2010-07-06112-3/+15187
| |
| * exported _ncr_algo_to_str and _ncr_algo_digest_sizeNikos Mavrogiannopoulos2010-07-062-4/+7
| |
| * Added libtommath for bignum operations.Nikos Mavrogiannopoulos2010-07-05124-2/+11044
| |
| * compat: use compat_ptr() and ptr_to_compat()Phil Sutter2010-06-221-13/+13
| |
| * Version is shown on module load.Nikos Mavrogiannopoulos2010-06-192-12/+14
| |
| * Documented stuff about the newapi.Nikos Mavrogiannopoulos2010-06-191-4/+15
| |
| * Added missing makefile.Nikos Mavrogiannopoulos2010-06-181-0/+9
| |
| * Use compat_uptr_t to identify pointers in compat_ioctl structures..Nikos Mavrogiannopoulos2010-06-181-6/+7
| |
| * Several fixes related to checks with copy_from/to_user.Nikos Mavrogiannopoulos2010-06-174-5/+11
| |
| * Added checking in copy_from_user and copy_to_user.Nikos Mavrogiannopoulos2010-06-176-88/+221
| |
| * Fixed warnings.Nikos Mavrogiannopoulos2010-06-171-2/+2
| |
| * Fixed key storage wrapping.Nikos Mavrogiannopoulos2010-06-173-32/+186
| |
| * Be more strict when loading master key.Nikos Mavrogiannopoulos2010-06-172-3/+26
| |
| * Corrected hash algorithms initialization. Test vectors pass.Nikos Mavrogiannopoulos2010-06-171-4/+23
| |
| * Use current_euid() and task_pid_nr(current) to get identifiers for owners ↵Nikos Mavrogiannopoulos2010-06-176-42/+107
| | | | | | | | (for imposed limits).
| * Added rfc5649 key wrapping (untested).Nikos Mavrogiannopoulos2010-06-174-72/+332
| |
| * Initial attempts to allow wrapping keys with out of band data such as flags, ↵Nikos Mavrogiannopoulos2010-06-176-11/+212
| | | | | | | | key ids etc.
| * Added vectors for SHA2 variants.Nikos Mavrogiannopoulos2010-06-171-1/+42
| |
| * corrected the digest size of SHA224.Nikos Mavrogiannopoulos2010-06-171-1/+1
| |
| * Added test functionality for HMAC and hashes (SHA-1, MD5)Nikos Mavrogiannopoulos2010-06-171-2/+174
| |
| * Wrapping/Unwrapping works and tested.Nikos Mavrogiannopoulos2010-06-172-23/+137
| |
| * corrected decryptionNikos Mavrogiannopoulos2010-06-171-1/+1
| |
| * Key wrapping fixed.Nikos Mavrogiannopoulos2010-06-173-24/+32
| |
| * AES self tests now pass.Nikos Mavrogiannopoulos2010-06-172-10/+36
| |
| * Added AES test vectors.Nikos Mavrogiannopoulos2010-06-171-0/+150
| |
| * Some fix in _once.Nikos Mavrogiannopoulos2010-06-171-0/+8
| |
| * Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-1710-292/+465
| | | | | | | | Removed the ncr-cipher.c.
| * Descriptors start at 1.Nikos Mavrogiannopoulos2010-06-172-2/+2
| |
| * Added definitions for session ioctls().Nikos Mavrogiannopoulos2010-06-171-0/+11
| |
| * Added self test for key wrapping.Nikos Mavrogiannopoulos2010-06-171-75/+103
| |
| * removed calls to gnl. This subsystem no longer exists.Nikos Mavrogiannopoulos2010-06-171-8/+0
| |
| * Removed the userspace storage server.Nikos Mavrogiannopoulos2010-06-174-501/+0
| |
| * Added initial wrapping and unwrapping key API. Adds an implementation of the ↵Nikos Mavrogiannopoulos2010-06-1712-36/+778
| | | | | | | | AES-WRAP (untested yet).
| * Storage ioctls removed. Concentrating on wrap/unwrap functionality.Nikos Mavrogiannopoulos2010-06-178-1052/+17
| |
| * Some updates in the server approach (not working yet).Nikos Mavrogiannopoulos2010-06-179-84/+360
| |
| * Added some initial support for a userspace server to receive requests.Nikos Mavrogiannopoulos2010-06-177-67/+597
| |
| * Added a netlink based storage fascility (server needsNikos Mavrogiannopoulos2010-06-175-25/+568
| | | | | | | | to be implemented).
| * Added small subsystem for storage (no storage occuring yet).Nikos Mavrogiannopoulos2010-06-1710-47/+397
| |
| * Combined tests.Nikos Mavrogiannopoulos2010-06-173-251/+259
| |
| * Added deinitialization of limits on module unloading. Better cleanup of ↵Nikos Mavrogiannopoulos2010-06-175-5/+32
| | | | | | | | unused data.
| * Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-178-19/+554
| | | | | | | | Added test program for those.
| * Compilation and initialization fixes.Nikos Mavrogiannopoulos2010-06-174-8/+15
| |
| * Added some initial for of key. Added helper functions to enforce per user ↵Nikos Mavrogiannopoulos2010-06-178-69/+477
| | | | | | | | and per process limits.
| * Separated data functionality to ncr-data.c.Nikos Mavrogiannopoulos2010-06-174-219/+270
| |
| * Added test to verify that data that are not marked as exportable cannot be read.Nikos Mavrogiannopoulos2010-06-171-1/+32
| |
| * Corrected nasty bug and added some debugging info.Nikos Mavrogiannopoulos2010-06-173-16/+42
| |
| * Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-1710-23/+304
| |
| * Some updates to compile.Nikos Mavrogiannopoulos2010-06-174-35/+29
| |
| * updatesNikos Mavrogiannopoulos2010-06-172-10/+139
| |
| * Tried to introduce new api.Nikos Mavrogiannopoulos2010-06-175-19/+529
| |