Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed some compiler warnings | Martin Willi | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | Id and typo | Tobias Brunner | 2008-05-22 | 7 | -1/+13 |
| | |||||
* | added the ECP groups from RFC 5114 | Tobias Brunner | 2008-05-22 | 2 | -0/+10 |
| | |||||
* | added ECDH with OpenSSL (see RFC 4753) | Tobias Brunner | 2008-05-22 | 4 | -1/+421 |
| | |||||
* | RSA with OpenSSL | Tobias Brunner | 2008-05-15 | 6 | -1/+966 |
| | |||||
* | crypter_t api supports in-place encryption using NULL as output parameter | Martin Willi | 2008-04-30 | 1 | -3/+10 |
| | |||||
* | simplified the OpenSSL crypter a bit | Tobias Brunner | 2008-04-30 | 1 | -10/+4 |
| | |||||
* | simplified the OpenSSL hasher a bit | Tobias Brunner | 2008-04-30 | 1 | -11/+3 |
| | |||||
* | OpenSSL hasher does not need an internal buffer anymore | Tobias Brunner | 2008-04-30 | 1 | -44/+21 |
| | |||||
* | adding diffie hellman with OpenSSL | Tobias Brunner | 2008-04-29 | 4 | -1/+313 |
| | |||||
* | use SHA-1 as preferred hasher in the OpenSSL plugin | Tobias Brunner | 2008-04-29 | 1 | -2/+2 |
| | |||||
* | added wrapper for OpenSSL hashers | Tobias Brunner | 2008-04-28 | 4 | -1/+284 |
| | |||||
* | algo lookup corrected | Tobias Brunner | 2008-04-28 | 1 | -3/+3 |
| | |||||
* | made algo struct static | Tobias Brunner | 2008-04-28 | 1 | -2/+2 |
| | |||||
* | typos | Tobias Brunner | 2008-04-28 | 1 | -2/+2 |
| | |||||
* | added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.) | Tobias Brunner | 2008-04-28 | 5 | -0/+439 |