summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Examples directory renamed -> testsNikos Mavrogiannopoulos2010-09-071-2/+2
* Simplified makefileNikos Mavrogiannopoulos2010-09-071-0/+3
* Rename CONFIG_AS*YM*METRIC, push into headersMiloslav Trmač2010-09-061-3/+3
* Added config flag CONFIG_ASSYMETRIC, that will disable all assymetric algorit...Nikos Mavrogiannopoulos2010-09-061-9/+13
* Use the linux kernel heapsort instead of including qsort.Nikos Mavrogiannopoulos2010-09-021-1/+1
* Removed unneeded code.Nikos Mavrogiannopoulos2010-09-021-7/+5
* Add input argument and attribute handling infrastructureMiloslav Trmač2010-08-241-1/+1
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-2/+1
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-1/+1
* Corrected issue when finalizing sessions that hashed keys.Nikos Mavrogiannopoulos2010-07-261-2/+1
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-1/+1
* No need for ncr-direct. All session operations are being done on keys or on u...Nikos Mavrogiannopoulos2010-07-251-2/+2
* Separated the direct session functions.Nikos Mavrogiannopoulos2010-07-251-0/+1
* Allow parrallel build (make -j$$$$N)Miloslav Trmač2010-07-241-6/+6
* der_en/decode_subject_public_key_info were moved to x509/ subdirectory.Nikos Mavrogiannopoulos2010-07-211-2/+2
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...Nikos Mavrogiannopoulos2010-07-191-1/+3
* Don't recompile cryptodev_main.o all the timeMiloslav Trmač2010-07-191-1/+4
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-2/+2
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-1/+1
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-071-3/+32
* Added libtomcryptNikos Mavrogiannopoulos2010-07-061-3/+8
* Added libtommath for bignum operations.Nikos Mavrogiannopoulos2010-07-051-2/+33
* Version is shown on module load.Nikos Mavrogiannopoulos2010-06-191-3/+4
* Added rfc5649 key wrapping (untested).Nikos Mavrogiannopoulos2010-06-171-1/+1
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-1/+1
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-1/+2
* Storage ioctls removed. Concentrating on wrap/unwrap functionality.Nikos Mavrogiannopoulos2010-06-171-2/+1
* Added small subsystem for storage (no storage occuring yet).Nikos Mavrogiannopoulos2010-06-171-1/+2
* Added some initial for of key. Added helper functions to enforce per user and...Nikos Mavrogiannopoulos2010-06-171-1/+1
* Separated data functionality to ncr-data.c.Nikos Mavrogiannopoulos2010-06-171-1/+2
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-171-1/+2
* Tried to introduce new api.Nikos Mavrogiannopoulos2010-06-171-1/+1
* updated for releases and scripts.Nikos Mavrogiannopoulos2010-04-121-0/+18
* Corrected make clean, and corrected examples to use the current cryptodev.hNikos Mavrogiannopoulos2010-03-171-0/+1
* Examples were moved to examples/ directory.Nikos Mavrogiannopoulos2010-02-201-8/+3
* Added "make check" that will actually run the examples.Nikos Mavrogiannopoulos2010-02-201-0/+9
* Added support for asynchronous block ciphers.Nikos Mavrogiannopoulos2010-02-191-0/+2
* Only check that size is multiple of blocksize on ciphers.Nikos Mavrogiannopoulos2009-11-291-1/+1
* Added files.Nikos Mavrogiannopoulos2009-11-281-0/+14