aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/message.c
Commit message (Expand)AuthorAgeFilesLines
* code of message_t cleaned and added more logsJan Hutter2005-11-301-100/+180
* - fixed message decryptionMartin Willi2005-11-301-27/+63
* - fixed bug when finding out if payload has to get encryptedJan Hutter2005-11-301-2/+2
* - fixed encryption bugMartin Willi2005-11-301-12/+8
* added more loggingJan Hutter2005-11-301-1/+3
* fixed bugJan Hutter2005-11-301-2/+2
* (no commit message)Jan Hutter2005-11-301-0/+2
* - fixed message ruleMartin Willi2005-11-301-3/+5
* - message encryption verification fully changedJan Hutter2005-11-301-72/+212
* - encryption seems to workJan Hutter2005-11-291-21/+127
* - tested encryption payloadMartin Willi2005-11-291-4/+4
* - fixed bug in diffie hellman exchange (no public value was written)Jan Hutter2005-11-291-0/+3
* - globals packed in a daemonMartin Willi2005-11-291-3/+3
* - changed creation of iteratorJan Hutter2005-11-291-35/+7
* - changed allocation behaviorMartin Willi2005-11-291-4/+3
* - return value cleanupMartin Willi2005-11-281-8/+3
* - memory allocation checks removedJan Hutter2005-11-281-152/+106
* generator rewritten (no memory allocation test anymore)Jan Hutter2005-11-281-19/+4
* - encryptino payload Martin Willi2005-11-281-99/+126
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-5/+5
* - typedefs changedMartin Willi2005-11-241-6/+6
* changed enum and structs names to _tJan Hutter2005-11-241-6/+6
* okMartin Willi2005-11-231-1/+1
* - created encoding packageMartin Willi2005-11-231-0/+877