aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/payloads/configuration_attribute.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-6/+6
|
* payloads: Verify P-CSCF configuration attributes like others carrying IP ↵Tobias Brunner2016-03-101-0/+2
| | | | addresses
* ikev1: Send and verify IPv6 addresses correctlyTobias Brunner2016-03-031-0/+7
| | | | | | | | According to the mode-config draft there is no prefix sent for IPv6 addresses in IKEv1. We still accept 17 bytes long addresses for backwards compatibility with older strongSwan releases. Fixes #1304.
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-4/+4
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* Renamed CONFIGURATION_ATTRIBUTE_LENGTH to streamline it with other ATTRIBUTE ↵Martin Willi2012-03-201-4/+4
| | | | rules
* Use ATTRIBUTE_VALUE rule in configuration attribute to parse it with correct ↵Martin Willi2012-03-201-1/+1
| | | | length
* Don't complain when receiving XAuth or Unity configuration attributesMartin Willi2012-03-201-15/+38
|
* Interpret attribute format correctly in IKEv1 configuration formatMartin Willi2012-03-201-2/+2
|
* IKEv1 ConfigMode: Fix configuration_attribute encoding rules for IKEv1 to ↵Clavister OpenSource2012-03-201-1/+1
| | | | use the attribute type instead of the internal only payload type.
* Merged IKEv1 attribute payload/data into configuration payload/attributeMartin Willi2012-03-201-38/+106
|
* 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-6/+5
|
* Added member fields for reserved bits and bytes in all payloadsMartin Willi2011-01-051-2/+7
|
* Migrated configuration_attribute to INIT/METHOD macrosMartin Willi2011-01-051-60/+39
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+264