aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/message.c
Commit message (Expand)AuthorAgeFilesLines
* Apply IKE major/minor version set on message to IKE headerMartin Willi2011-01-051-0/+4
* Move critical bit checking to ike_sa, notify payload includes unsupported pay...Martin Willi2011-01-051-13/+1
* Check for exceeded payload count even if we have a found one flagged as suffi...Martin Willi2011-01-051-3/+4
* Use the payloads actual type in unknown_payload_tMartin Willi2011-01-051-5/+4
* Fail silently without INVALID_SYNTAX if message not verifiedMartin Willi2011-01-051-10/+8
* Support removal of payloads from messagesMartin Willi2011-01-051-0/+7
* Added a message_t option to disable automatic payload sortingMartin Willi2011-01-051-1/+16
* Enable the generation of unencrypted messages (e.g. ME connectivity checks).Tobias Brunner2010-08-301-9/+10
* Use different return values in payload decryption to distinguish between inte...Martin Willi2010-08-251-2/+2
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-191-448/+243
* Migrated message_t to INIT/METHOD macrosMartin Willi2010-08-191-185/+112
* Show contents of the CP payload in message_t stringificationMartin Willi2010-06-241-0/+34
* Accept messages with a "sufficient" payload if other payloads (such as V) followMartin Willi2010-03-261-5/+2
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+1726