aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-055-408/+0
|
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-1/+1
| | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon
* - refactored ike proposalMartin Willi2006-02-142-0/+18
| | | | | | | | - 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-064-31/+55
|
* - return value cleanupMartin Willi2005-11-283-34/+18
|
* - changed prf_hmac_t to hmac_prf_tJan Hutter2005-11-284-26/+26
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-244-24/+61
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-243-8/+12
|
* - Martin Willi2005-11-231-0/+23
|
* - created encoding packageMartin Willi2005-11-231-1/+1
|
* - changed include pathsMartin Willi2005-11-234-7/+7
|
* - bug in creating fixedJan Hutter2005-11-231-1/+1
|
* - prf_hmac_sha1 is now a generig prf_hmacMartin Willi2005-11-223-27/+31
| | | | | - supports md5
* - implementedMartin Willi2005-11-222-12/+63
| | | | | - not tested!
* - 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
|
* - skeletons for:Martin Willi2005-11-214-0/+257
- prf - prf_hmac_sha1 - hasher - hasher_sha1