aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs/prf.h
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-136/+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-141-0/+8
| | | | | | | | - 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-15/+33
|
* - return value cleanupMartin Willi2005-11-281-14/+5
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-14/+34
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-241-3/+7
|
* - created encoding packageMartin Willi2005-11-231-1/+1
|
* - changed include pathsMartin Willi2005-11-231-1/+1
|
* - removed key from constructorMartin Willi2005-11-221-2/+9
| | | | | - added set_key
* (no commit message)Jan Hutter2005-11-221-0/+88
|
* - moved to hmacMartin Willi2005-11-221-88/+0
|
* - skeletons for:Martin Willi2005-11-211-0/+88
- prf - prf_hmac_sha1 - hasher - hasher_sha1