aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/message.h
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-8/+8
* message: Fragment and reassemble IKEv2 messagesTobias Brunner2014-10-101-5/+0
* ikev1: Move defragmentation to message_tTobias Brunner2014-10-101-0/+30
* message: fragment() generates message and fragments and caches themTobias Brunner2014-10-101-7/+27
* ikev1: Move fragment generation to message_tTobias Brunner2014-10-101-1/+20
* ike: Rename encryption_payload to encrypted_payloadTobias Brunner2014-10-101-1/+1
* Fix various API doc issues and typosTobias Brunner2013-07-181-5/+5
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Moved packet_t and tun_device_t to networking folderTobias Brunner2012-10-241-1/+1
* Moved packet_t to libstrongswanTobias Brunner2012-08-081-1/+1
* Provide keymat_t to message_t to encrypt/decrypt data.Tobias Brunner2012-03-201-7/+7
* Don't clone chunk in message.get_packet_dataMartin Willi2012-03-201-2/+2
* Allow creation of message_t objects for IKEv1 packets.Tobias Brunner2012-03-201-22/+23
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Moved check if packet already encoded to ike_sa, avoids message() hook invoca...Martin Willi2011-01-051-0/+7
* Added a message method to set the "higher version supported" flagMartin Willi2011-01-051-0/+5
* Added reserved bit mangling wrapper functions to messageMartin Willi2011-01-051-0/+15
* Move critical bit checking to ike_sa, notify payload includes unsupported pay...Martin Willi2011-01-051-2/+0
* Support removal of payloads from messagesMartin Willi2011-01-051-0/+7
* Added a message_t option to disable automatic payload sortingMartin Willi2011-01-051-0/+5
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-191-31/+17
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+359