aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/crypters/crypter.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-63/+0
|
* - refactored ike proposalMartin Willi2006-02-141-2/+2
| | | | | | | | - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there
* - code cleaned upJan Hutter2005-12-061-1/+1
|
* - return value cleanupMartin Willi2005-11-281-1/+0
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-0/+17
| | | | transform objects
* - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...Jan Hutter2005-11-281-0/+2
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-0/+45
| | | | | - cleanup of docs in transforms
* - definition of interface for singer and crypterMartin Willi2005-11-221-0/+0
- not documented