aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hashers
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-057-1015/+0
|
* - fixed doxygen warningsMartin Willi2005-12-151-2/+2
|
* - code cleaned upJan Hutter2005-12-066-47/+63
|
* - doxygen constructor declaration, make default ?Martin Willi2005-12-043-0/+17
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-042-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 cleanupMartin Willi2005-11-286-70/+33
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-276-57/+57
| | | | | - some logging improvements
* - code cleanupsMartin Willi2005-11-261-1/+1
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-246-28/+48
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-245-18/+18
|
* - Martin Willi2005-11-231-0/+27
|
* - changed include pathsMartin Willi2005-11-236-9/+9
|
* - implemented md5 hasherMartin Willi2005-11-223-0/+463
| | | | | - tested
* - fixed memleak in sha1Martin Willi2005-11-223-13/+13
|
* - docMartin Willi2005-11-211-4/+18
| | | | | - reseting when result fetched
* - implementation of hasher_sha1Martin Willi2005-11-212-9/+237
| | | | | - tested
* - skeletons for:Martin Willi2005-11-214-0/+259
- prf - prf_hmac_sha1 - hasher - hasher_sha1