aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/sa_payload.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-140/+0
| | | | | - applied patch for charon
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-7/+0
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-161-2/+0
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - refactored ike proposalMartin Willi2006-02-141-31/+22
| | | | | | | | - 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
* - works with new proposal codeMartin Willi2006-02-091-1/+3
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-7/+3
| | | | | - near to working state ;-)
* - dead end implementationMartin Willi2006-02-061-16/+8
|
* - added todo's Jan Hutter2005-12-121-0/+2
|
* - code cleanup of encoding packageMartin Willi2005-12-061-9/+17
|
* - implemented functionality to generate sa payload from Jan Hutter2005-12-011-1/+28
| | | | | | child_proposal_t's and vice versa...
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-011-0/+27
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* - changed creation of iteratorJan Hutter2005-11-291-2/+2
| | | | - chanded all clone calls
* - removed memory allocation checks!!!Jan Hutter2005-11-281-22/+16
|
* - 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-3/+3
|
* - created encoding packageMartin Willi2005-11-231-0/+110