aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/message.c
Commit message (Collapse)AuthorAgeFilesLines
* - code cleanup in network and configMartin Willi2005-12-061-25/+16
| | | | | - moved packet_t members to private, added getter and setters
* - code cleanup of encoding packageMartin Willi2005-12-061-21/+25
|
* - better management of unknown_payload, with critical checkMartin Willi2005-12-061-227/+221
| | | | | - message code cleanup
* - added payload CERTJan Hutter2005-12-051-2/+30
| | | | | | - cleaned code of different states - added additional notify handling
* - logging cleanupMartin Willi2005-12-041-5/+10
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-031-0/+9
|
* - fixesMartin Willi2005-12-021-1/+1
|
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-021-0/+1
| | | | requests
* - state ike_auth_requestedMartin Willi2005-12-021-1/+0
| | | | | - does now establishing of IKE_SA in both directions
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-0/+9
| | | | - fixed memory leaks
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-1/+2
|
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-21/+34
| | | | responder_init_t
* - fixed bugsJan Hutter2005-12-011-1/+5
|
* 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
| | | | - decryption attempt
* - 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
| | | | - chanded all clone calls
* - 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