aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/proposal_substructure.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-231/+0
| | | | | - applied patch for charon
* - fixed doxygen buildMartin Willi2006-04-201-0/+10
| | | | | - seperates now in lib and charon
* - refactored ike proposalMartin Willi2006-02-141-4/+4
| | | | | | | | - 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 alot of bugs in child_proposalMartin Willi2006-02-081-3/+5
| | | | | - near to working state ;-)
* - dead end implementationMartin Willi2006-02-061-21/+18
|
* - 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-10/+7
|
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-1/+6
| | | | responder_init_t
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-011-0/+33
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* - changed creation of iteratorJan Hutter2005-11-291-4/+4
| | | | - chanded all clone calls
* - removed memory allocation checks!!!Jan Hutter2005-11-281-35/+21
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-0/+15
| | | | transform objects
* - 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-6/+6
|
* - created encoding packageMartin Willi2005-11-231-0/+186