aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hashers/hasher.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-60/+0
|
* - code cleaned upJan Hutter2005-12-061-3/+3
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-2/+6
| | | | | | | | | | | - 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 cleanupMartin Willi2005-11-281-5/+0
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-4/+4
| | | | | - some logging improvements
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-2/+9
| | | | | - cleanup of docs in transforms
* - changed include pathsMartin Willi2005-11-231-2/+2
|
* - implemented md5 hasherMartin Willi2005-11-221-0/+4
| | | | | - tested
* - fixed memleak in sha1Martin Willi2005-11-221-2/+2
|
* - skeletons for:Martin Willi2005-11-211-0/+50
- prf - prf_hmac_sha1 - hasher - hasher_sha1