aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/transform_substructure.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-198/+0
| | | | | - applied patch for charon
* ../svn-commit.tmpMartin Willi2006-04-051-4/+4
|
* - refactored ike proposalMartin Willi2006-02-141-1/+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
* - dead end implementationMartin Willi2006-02-061-43/+1
|
* - code cleanup in network and configMartin Willi2005-12-061-1/+1
| | | | | - moved packet_t members to private, added getter and setters
* - code cleanup of encoding packageMartin Willi2005-12-061-1/+1
|
* - implemented functionality to generate sa payload from Jan Hutter2005-12-011-1/+1
| | | | | | child_proposal_t's and vice versa...
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-011-2/+18
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* - changed creation of iteratorJan Hutter2005-11-291-5/+4
| | | | - chanded all clone calls
* - removed memory allocation checks!!!Jan Hutter2005-11-281-36/+32
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-1/+14
| | | | transform objects
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-86/+4
| | | | | - cleanup of docs in transforms
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-1/+1
|
* changed enum and structs names to _tJan Hutter2005-11-241-21/+21
|
* - created encoding packageMartin Willi2005-11-231-0/+298