Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor fixes in example programs. | Nikos Mavrogiannopoulos | 2010-07-23 | 2 | -9/+11 | |
| | ||||||
* | Append_flag was removed. | Nikos Mavrogiannopoulos | 2010-07-23 | 3 | -24/+0 | |
| | ||||||
* | Revert "initial support for userspace data." | Nikos Mavrogiannopoulos | 2010-07-23 | 3 | -132/+35 | |
| | | | | This reverts commit e7828004e40592c8cffc9235f72440c802905e16. | |||||
* | Revert "Modified NCR-USER API to "simplify" and allow setting of size of ↵ | Nikos Mavrogiannopoulos | 2010-07-23 | 4 | -935/+17 | |
| | | | | | | data structure without special system call." This reverts commit 5689c9734223fb349bba526d620823a803c3b67e. | |||||
* | Modified NCR-USER API to "simplify" and allow setting of size of data ↵ | Nikos Mavrogiannopoulos | 2010-07-21 | 4 | -17/+935 | |
| | | | | structure without special system call. | |||||
* | initial support for userspace data. | Nikos Mavrogiannopoulos | 2010-07-21 | 3 | -35/+132 | |
| | ||||||
* | Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵ | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -15/+100 | |
| | | | | custom formats. For RSA keys the PKCS #1 format can be used as well. | |||||
* | Fixed RSA encryption and decryption. | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -65/+212 | |
| | ||||||
* | Added NULL cipher and a speed program to compare old cryptodev operations ↵ | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -5/+120 | |
| | | | | and ncr ones. | |||||
* | Backported zero copy /dev/crypto operations from master. | Nikos Mavrogiannopoulos | 2010-07-19 | 2 | -2/+175 | |
| | ||||||
* | Corrected RSA signature generation/verification. | Nikos Mavrogiannopoulos | 2010-07-14 | 2 | -5/+299 | |
| | | | | Added Test for RSA and DSA signature generation and verification. | |||||
* | OP_MAC was deprecated by OP_SIGN. | Nikos Mavrogiannopoulos | 2010-07-14 | 1 | -5/+5 | |
| | ||||||
* | Initial additions to have PK encryption/decryption. Separated operations | Nikos Mavrogiannopoulos | 2010-07-12 | 1 | -36/+32 | |
| | | | | | on keys to read/write to prevent overwriting a key while using it. Several other cleanups. | |||||
* | Several fixes. RSA key generation tested and works. | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -10/+18 | |
| | ||||||
* | Added test program for key generation. | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -0/+345 | |
| | ||||||
* | Public and private keys are being generated in a new workqueue. Some other ↵ | Nikos Mavrogiannopoulos | 2010-07-07 | 3 | -20/+33 | |
| | | | | fixes and optimizations. | |||||
* | Several fixes related to checks with copy_from/to_user. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -4/+1 | |
| | ||||||
* | Fixed key storage wrapping. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -3/+154 | |
| | ||||||
* | Added vectors for SHA2 variants. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+42 | |
| | ||||||
* | Added test functionality for HMAC and hashes (SHA-1, MD5) | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -2/+174 | |
| | ||||||
* | Wrapping/Unwrapping works and tested. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -6/+88 | |
| | ||||||
* | Key wrapping fixed. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -18/+22 | |
| | ||||||
* | AES self tests now pass. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -5/+23 | |
| | ||||||
* | Added AES test vectors. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -0/+150 | |
| | ||||||
* | Added self test for key wrapping. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -75/+103 | |
| | ||||||
* | Some updates in the server approach (not working yet). | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -0/+157 | |
| | ||||||
* | Combined tests. | Nikos Mavrogiannopoulos | 2010-06-17 | 3 | -251/+259 | |
| | ||||||
* | Added ncr_key_import/export, generate and info. Those work with secret keys. | Nikos Mavrogiannopoulos | 2010-06-17 | 2 | -2/+239 | |
| | | | | Added test program for those. | |||||
* | Compilation and initialization fixes. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -5/+4 | |
| | ||||||
* | Added some initial for of key. Added helper functions to enforce per user ↵ | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -4/+16 | |
| | | | | and per process limits. | |||||
* | Added test to verify that data that are not marked as exportable cannot be read. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+32 | |
| | ||||||
* | Corrected nasty bug and added some debugging info. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -2/+9 | |
| | ||||||
* | Added data functionality and a test program. | Nikos Mavrogiannopoulos | 2010-06-17 | 4 | -4/+132 | |
| | ||||||
* | Corrected make clean, and corrected examples to use the current cryptodev.h | Nikos Mavrogiannopoulos | 2010-03-17 | 2 | -2/+6 | |
| | | | | definitions. | |||||
* | Examples were moved to examples/ directory. | Nikos Mavrogiannopoulos | 2010-02-20 | 3 | -0/+446 | |