Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 7 | -1015/+0 |
| | |||||
* | - fixed doxygen warnings | Martin Willi | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 6 | -47/+63 |
| | |||||
* | - doxygen constructor declaration, make default ? | Martin Willi | 2005-12-04 | 3 | -0/+17 |
| | |||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 2 | -4/+12 |
| | | | | | | | | | | | - removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys | ||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 6 | -70/+33 |
| | |||||
* | - 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 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 6 | -28/+48 |
| | | | | | - cleanup of docs in transforms | ||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 5 | -18/+18 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 1 | -0/+27 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 6 | -9/+9 |
| | |||||
* | - implemented md5 hasher | Martin Willi | 2005-11-22 | 3 | -0/+463 |
| | | | | | - tested | ||||
* | - fixed memleak in sha1 | Martin Willi | 2005-11-22 | 3 | -13/+13 |
| | |||||
* | - 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 | 4 | -0/+259 |
- prf - prf_hmac_sha1 - hasher - hasher_sha1 |