aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/transform_substructure.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-485/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-5/+3
| | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things
* - installing of child sa worksMartin Willi2006-02-161-15/+7
| | | | | - need correct IP adresses to actually use IPsec
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-1/+1
| | | | | - near to working state ;-)
* - dead end implementationMartin Willi2006-02-061-23/+0
|
* - implemented functionality to generate sa payload from Jan Hutter2005-12-011-2/+2
| | | | | | child_proposal_t's and vice versa...
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-011-1/+29
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* - fixed bug in diffie hellman exchange (no public value was written)Jan Hutter2005-11-291-2/+21
|
* - changed creation of iteratorJan Hutter2005-11-291-10/+10
| | | | - chanded all clone calls
* - removed memory allocation checks!!!Jan Hutter2005-11-281-147/+63
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-2/+40
| | | | transform objects
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-61/+0
| | | | | - cleanup of docs in transforms
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-4/+4
|
* changed enum and structs names to _tJan Hutter2005-11-241-3/+4
|
* - created encoding packageMartin Willi2005-11-231-0/+577