aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/payloads/delete_payload.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-2/+7
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-14/+14
|
* encoding: Add getter for IKE SPIs in IKEv1 DELETE payloadsTobias Brunner2015-03-231-0/+15
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-6/+6
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* Use IPSEC DOI also for ISAKMP SA deletes.Tobias Brunner2012-03-201-1/+1
|
* Fixed SPI size calculation in DELETE payloadMartin Willi2012-03-201-8/+7
|
* Support IKEv1 SPIs in IKEv1 delete payloadMartin Willi2012-03-201-2/+23
|
* Fixed verification of DELETE_V1 payloads.Tobias Brunner2012-03-201-4/+13
|
* Fixed header length calculation of DELETE payload.Tobias Brunner2012-03-201-6/+6
|
* Fixed length calculation of delete payloadMartin Willi2012-03-201-3/+5
|
* Added IKEv1 support to delete payloadMartin Willi2012-03-201-13/+74
|
* Use a generic encoding type for all variable length chunksMartin Willi2012-03-201-1/+1
|
* Add a payload.get_header_length() method, remove header length definitionsMartin Willi2012-03-201-1/+8
|
* Simplify signature of get_encoding_rules(), make all rules staticMartin Willi2012-03-201-5/+5
|
* Added member fields for reserved bits and bytes in all payloadsMartin Willi2011-01-051-8/+13
|
* Update delete_payload length when adding SPIsMartin Willi2010-08-251-0/+1
|
* Migrated delete_payload to INIT/METHOD macros, replaced iteratorMartin Willi2010-08-251-116/+96
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+292