Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (no commit message) | Jan Hutter | 2005-11-29 | 1 | -0/+2 |
| | |||||
* | - diffie hellman code cleaned | Jan Hutter | 2005-11-29 | 2 | -59/+47 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 23 | -451/+238 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 2 | -1/+19 |
| | | | | transform objects | ||||
* | - changed prf_hmac_t to hmac_prf_t | Jan Hutter | 2005-11-28 | 5 | -28/+28 |
| | |||||
* | - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested... | Jan Hutter | 2005-11-28 | 5 | -0/+268 |
| | |||||
* | - aes encryption with 128 successfully tested | Jan Hutter | 2005-11-28 | 1 | -185/+169 |
| | |||||
* | - aes encryption working but code not cleaned | Jan Hutter | 2005-11-28 | 1 | -351/+322 |
| | |||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 3 | -32/+32 |
| | |||||
* | - aes crypter written but not tested | Jan Hutter | 2005-11-28 | 3 | -12/+1609 |
| | |||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 6 | -57/+57 |
| | | | | | - some logging improvements | ||||
* | - code cleanups | Martin Willi | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | - began to implement aes_crypter_t | Jan Hutter | 2005-11-25 | 3 | -0/+144 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 19 | -116/+374 |
| | | | | | - cleanup of docs in transforms | ||||
* | - fixed some docu issues | Martin Willi | 2005-11-24 | 1 | -3/+4 |
| | |||||
* | - updated documentation, should be the reference | Martin Willi | 2005-11-24 | 2 | -31/+28 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 16 | -62/+77 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 5 | -0/+120 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 5 | -5/+4 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 18 | -29/+29 |
| | |||||
* | - buffer pointer was not increased | Jan Hutter | 2005-11-23 | 1 | -1/+3 |
| | |||||
* | - bug in creating fixed | Jan Hutter | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - hmac supports md5 | Martin Willi | 2005-11-23 | 1 | -0/+1 |
| | |||||
* | - fixed some minor comment issues | Martin Willi | 2005-11-22 | 2 | -2/+2 |
| | |||||
* | - prf_hmac_sha1 is now a generig prf_hmac | Martin Willi | 2005-11-22 | 3 | -27/+31 |
| | | | | | - supports md5 | ||||
* | - implemented md5 hasher | Martin Willi | 2005-11-22 | 3 | -0/+463 |
| | | | | | - tested | ||||
* | - fixed freeing bug | Martin Willi | 2005-11-22 | 1 | -7/+0 |
| | |||||
* | - implemented, untested | Martin Willi | 2005-11-22 | 2 | -0/+259 |
| | |||||
* | - added ability to append data | Martin Willi | 2005-11-22 | 2 | -16/+55 |
| | |||||
* | - implemented | Martin Willi | 2005-11-22 | 2 | -12/+63 |
| | | | | | - not tested! | ||||
* | - removed key from constructor | Martin Willi | 2005-11-22 | 2 | -31/+47 |
| | | | | | - added set_key method | ||||
* | - definition of interface for singer and crypter | Martin Willi | 2005-11-22 | 4 | -0/+202 |
| | | | | | - not documented | ||||
* | - removed key from constructor | Martin Willi | 2005-11-22 | 4 | -7/+13 |
| | | | | | - added set_key | ||||
* | (no commit message) | Jan Hutter | 2005-11-22 | 2 | -0/+139 |
| | |||||
* | - moved to hmac | Martin Willi | 2005-11-22 | 2 | -139/+0 |
| | |||||
* | - fixed memleak in sha1 | Martin Willi | 2005-11-22 | 3 | -13/+13 |
| | |||||
* | - implementation supporting SHA1 | Martin Willi | 2005-11-22 | 2 | -0/+302 |
| | | | | | - UNtested | ||||
* | - doc | Martin Willi | 2005-11-21 | 1 | -4/+18 |
| | | | | | - reseting when result fetched | ||||
* | - implementation of hasher_sha1 | Martin Willi | 2005-11-21 | 2 | -9/+237 |
| | | | | | - tested | ||||
* | - skeletons for: | Martin Willi | 2005-11-21 | 8 | -0/+516 |
| | | | | | | | | - prf - prf_hmac_sha1 - hasher - hasher_sha1 | ||||
* | - changed group_number type to diffie_hellman_group_t | Martin Willi | 2005-11-18 | 2 | -2/+3 |
| | |||||
* | - implemented all diffie hellman groups | Jan Hutter | 2005-11-18 | 1 | -45/+255 |
| | | | | | - diffie hellman tested | ||||
* | - wrote diffie_hellman_t but not tested | Jan Hutter | 2005-11-18 | 2 | -0/+512 |