aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/signers
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-055-455/+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/+1
| | | | | | | | - 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
* - fixed doxygen warningsMartin Willi2005-12-151-1/+1
|
* - code cleaned upJan Hutter2005-12-064-32/+64
|
* - encryption seems to workJan Hutter2005-11-292-0/+14
|
* - return value cleanupMartin Willi2005-11-284-85/+38
|
* - changed prf_hmac_t to hmac_prf_tJan Hutter2005-11-281-2/+2
|
* - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...Jan Hutter2005-11-284-0/+266
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-242-23/+86
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-241-3/+3
|
* - Martin Willi2005-11-231-0/+19
|
* - created encoding packageMartin Willi2005-11-231-1/+1
|
* - changed include pathsMartin Willi2005-11-231-1/+1
|
* - definition of interface for singer and crypterMartin Willi2005-11-222-0/+107
- not documented