aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms
Commit message (Collapse)AuthorAgeFilesLines
* - fixed freeing bugMartin Willi2005-11-221-7/+0
|
* - implemented, untestedMartin Willi2005-11-222-0/+259
|
* - added ability to append dataMartin Willi2005-11-222-16/+55
|
* - implementedMartin Willi2005-11-222-12/+63
| | | | | - not tested!
* - removed key from constructorMartin Willi2005-11-222-31/+47
| | | | | - added set_key method
* - definition of interface for singer and crypterMartin Willi2005-11-224-0/+202
| | | | | - not documented
* - removed key from constructorMartin Willi2005-11-224-7/+13
| | | | | - added set_key
* (no commit message)Jan Hutter2005-11-222-0/+139
|
* - moved to hmacMartin Willi2005-11-222-139/+0
|
* - fixed memleak in sha1Martin Willi2005-11-223-13/+13
|
* - implementation supporting SHA1Martin Willi2005-11-222-0/+302
| | | | | - UNtested
* - 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-218-0/+516
| | | | | | | | - prf - prf_hmac_sha1 - hasher - hasher_sha1
* - changed group_number type to diffie_hellman_group_tMartin Willi2005-11-182-2/+3
|
* - implemented all diffie hellman groupsJan Hutter2005-11-181-45/+255
| | | | | - diffie hellman tested
* - wrote diffie_hellman_t but not testedJan Hutter2005-11-182-0/+512