aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/encryption_payload.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-702/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-23/+22
| | | | | | | | | - 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
* ../svn-commit.tmpMartin Willi2006-04-051-3/+14
|
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-3/+2
| | | | | | | - 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-8/+8
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - installing of child sa worksMartin Willi2006-02-161-0/+14
| | | | | - need correct IP adresses to actually use IPsec
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-1/+0
| | | | | - near to working state ;-)
* ../svn-commit.tmpMartin Willi2005-12-071-15/+15
|
* - code cleaned upJan Hutter2005-12-061-1/+1
|
* - code cleanup of encoding packageMartin Willi2005-12-061-11/+9
|
* - fixesMartin Willi2005-12-021-1/+1
|
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-18/+61
|
* - fixed bugsJan Hutter2005-12-011-3/+3
|
* - fixed message decryptionMartin Willi2005-11-301-1/+21
|
* - fixed encryption bugMartin Willi2005-11-301-53/+1
|
* - tested encryption payloadMartin Willi2005-11-291-63/+74
|
* - globals packed in a daemonMartin Willi2005-11-291-2/+2
|
* - changed creation of iteratorJan Hutter2005-11-291-5/+5
| | | | - chanded all clone calls
* - return value cleanupMartin Willi2005-11-281-2/+2
|
* - removed memory allocation checks!!!Jan Hutter2005-11-281-137/+60
|
* generator rewritten (no memory allocation test anymore)Jan Hutter2005-11-281-15/+4
|
* - createdMartin Willi2005-11-281-0/+748
- untested