aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding
Commit message (Collapse)AuthorAgeFilesLines
...
* Use the payloads actual type in unknown_payload_tMartin Willi2011-01-056-40/+53
|
* Migrated unknown payload to INIT/METHOD macrosMartin Willi2011-01-051-80/+54
|
* Fail silently without INVALID_SYNTAX if message not verifiedMartin Willi2011-01-051-10/+8
|
* Support removal of payloads from messagesMartin Willi2011-01-052-0/+14
|
* Added a message_t option to disable automatic payload sortingMartin Willi2011-01-052-1/+21
|
* Implemented cert payload constructor for custom encoding typesMartin Willi2011-01-052-0/+21
|
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-282-4/+11
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.
* Migrated proposal_substructure to INIT/METHOD macros, removed unused methodsMartin Willi2010-10-282-235/+111
|
* Migrated sa_payload to INIT/METHOD macros, removed unused methodsMartin Willi2010-10-282-179/+113
|
* draft-ietf-ipsecme-eap-mutual will be released as RFC 5998.Tobias Brunner2010-09-161-1/+1
|
* added notify messages defined in RFC 5996Andreas Steffen2010-09-152-6/+13
|
* Enable the generation of unencrypted messages (e.g. ME connectivity checks).Tobias Brunner2010-08-301-9/+10
|
* Update delete_payload length when adding SPIsMartin Willi2010-08-251-0/+1
|
* Migrated delete_payload to INIT/METHOD macros, replaced iteratorMartin Willi2010-08-252-121/+100
|
* Use different return values in payload decryption to distinguish between ↵Martin Willi2010-08-253-12/+16
| | | | integrity and syntax errors
* Accept encryption payloads with no wrapped payloadsMartin Willi2010-08-231-1/+1
|
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-196-844/+473
|
* Migrated generator_t to INIT/METHOD macrosMartin Willi2010-08-192-54/+33
|
* Migrated encryption_payload to INIT/METHOD macrosMartin Willi2010-08-191-171/+111
|
* Migrated message_t to INIT/METHOD macrosMartin Willi2010-08-191-185/+112
|
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-6/+11
|
* IKEv2 notification types updated.Tobias Brunner2010-08-042-27/+34
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-1/+6
|
* 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
|
* Fixed some Doxygen warnings.Tobias Brunner2010-03-241-2/+2
|
* Moving charon to libcharon.Tobias Brunner2010-03-1954-0/+15481