Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Examples directory renamed -> tests | Nikos Mavrogiannopoulos | 2010-09-07 | 1 | -2/+2 |
| | |||||
* | Simplified makefile | Nikos Mavrogiannopoulos | 2010-09-07 | 1 | -0/+3 |
| | |||||
* | Rename CONFIG_AS*YM*METRIC, push into headers | Miloslav Trmač | 2010-09-06 | 1 | -3/+3 |
| | |||||
* | Added config flag CONFIG_ASSYMETRIC, that will disable all assymetric ↵ | Nikos Mavrogiannopoulos | 2010-09-06 | 1 | -9/+13 |
| | | | | algorithm support when building the module. As a side-effect (due to DER requirements) key wrapping is disabled as well. | ||||
* | Use the linux kernel heapsort instead of including qsort. | Nikos Mavrogiannopoulos | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Removed unneeded code. | Nikos Mavrogiannopoulos | 2010-09-02 | 1 | -7/+5 |
| | |||||
* | Add input argument and attribute handling infrastructure | Miloslav Trmač | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | Drop <cryptodev.h> | Miloslav Trmač | 2010-08-24 | 1 | -2/+1 |
| | | | | Also drop implementation of its ioctls, examples, openssl patch. | ||||
* | Added Diffie Hellman key generation. | Nikos Mavrogiannopoulos | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | Corrected issue when finalizing sessions that hashed keys. | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -2/+1 |
| | |||||
* | removed the data type. | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | No need for ncr-direct. All session operations are being done on keys or on ↵ | Nikos Mavrogiannopoulos | 2010-07-25 | 1 | -2/+2 |
| | | | | userspace data. | ||||
* | Separated the direct session functions. | Nikos Mavrogiannopoulos | 2010-07-25 | 1 | -0/+1 |
| | |||||
* | Allow parrallel build (make -j$$$$N) | Miloslav Trmač | 2010-07-24 | 1 | -6/+6 |
| | | | | | Using "$(MAKE)" instead of "make" allows make to recognize the subprocesses and manage the parallel build. | ||||
* | der_en/decode_subject_public_key_info were moved to x509/ subdirectory. | Nikos Mavrogiannopoulos | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵ | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -1/+3 |
| | | | | custom formats. For RSA keys the PKCS #1 format can be used as well. | ||||
* | Don't recompile cryptodev_main.o all the time | Miloslav Trmač | 2010-07-19 | 1 | -1/+4 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Public and private keys are being generated in a new workqueue. Some other ↵ | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -2/+2 |
| | | | | fixes and optimizations. | ||||
* | Added ability to generate DSA and RSA keys and store them. | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -1/+1 |
| | |||||
* | Added a modified libtomcrypt with DSA and RSA algorithms. | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -3/+32 |
| | |||||
* | Added libtomcrypt | Nikos Mavrogiannopoulos | 2010-07-06 | 1 | -3/+8 |
| | |||||
* | Added libtommath for bignum operations. | Nikos Mavrogiannopoulos | 2010-07-05 | 1 | -2/+33 |
| | |||||
* | Version is shown on module load. | Nikos Mavrogiannopoulos | 2010-06-19 | 1 | -3/+4 |
| | |||||
* | Added rfc5649 key wrapping (untested). | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | Added generic sessions to allow encryption/decryption hash and HMAC. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+1 |
| | | | | Removed the ncr-cipher.c. | ||||
* | Added initial wrapping and unwrapping key API. Adds an implementation of the ↵ | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+2 |
| | | | | AES-WRAP (untested yet). | ||||
* | Storage ioctls removed. Concentrating on wrap/unwrap functionality. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -2/+1 |
| | |||||
* | Added small subsystem for storage (no storage occuring yet). | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+2 |
| | |||||
* | Added some initial for of key. Added helper functions to enforce per user ↵ | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+1 |
| | | | | and per process limits. | ||||
* | Separated data functionality to ncr-data.c. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+2 |
| | |||||
* | Added data functionality and a test program. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+2 |
| | |||||
* | Tried to introduce new api. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | updated for releases and scripts. | Nikos Mavrogiannopoulos | 2010-04-12 | 1 | -0/+18 |
| | |||||
* | Corrected make clean, and corrected examples to use the current cryptodev.h | Nikos Mavrogiannopoulos | 2010-03-17 | 1 | -0/+1 |
| | | | | definitions. | ||||
* | Examples were moved to examples/ directory. | Nikos Mavrogiannopoulos | 2010-02-20 | 1 | -8/+3 |
| | |||||
* | Added "make check" that will actually run the examples. | Nikos Mavrogiannopoulos | 2010-02-20 | 1 | -0/+9 |
| | |||||
* | Added support for asynchronous block ciphers. | Nikos Mavrogiannopoulos | 2010-02-19 | 1 | -0/+2 |
| | |||||
* | Only check that size is multiple of blocksize on ciphers. | Nikos Mavrogiannopoulos | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | Added files. | Nikos Mavrogiannopoulos | 2009-11-28 | 1 | -0/+14 |