Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -20/+20 |
| | |||||
* | encoding: Accept all exchange types for non IKEv1/IKEv2 major versions | Martin Willi | 2014-09-22 | 1 | -5/+11 |
| | |||||
* | payload: Use common prefixes for all payload type identifiers | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | | | | | The old identifiers did not use a proper namespace and often clashed with other defines. | ||||
* | IKEv1 ConfigMode: Added TRANSACTION exchange type. Added attribute_payload ↵ | Clavister OpenSource | 2012-03-20 | 1 | -5/+7 |
| | | | | (IKEv2 equiv cp_payload) and data_attribute (IKEv2 equiv configuration_attribute) payload types. Did not combine with IKEv2 because it wasn't trivial to do so. This might be a task worth investigating in the future, because there is a decent amount of shared code here. | ||||
* | Add a payload.get_header_length() method, remove header length definitions | Martin Willi | 2012-03-20 | 1 | -0/+7 |
| | |||||
* | Simplify signature of get_encoding_rules(), make all rules static | Martin Willi | 2012-03-20 | 1 | -5/+5 |
| | |||||
* | Set default IKE header initiator flag in IKEv2 only | Martin Willi | 2012-03-20 | 1 | -2/+5 |
| | |||||
* | Extended IKE header for IKEv1 support | Martin Willi | 2012-03-20 | 1 | -35/+134 |
| | |||||
* | added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723 | Andreas Steffen | 2011-07-15 | 1 | -4/+5 |
| | |||||
* | Compiler warning fixed. | Tobias Brunner | 2011-02-10 | 1 | -5/+7 |
| | |||||
* | Added a message method to set the "higher version supported" flag | Martin Willi | 2011-01-05 | 1 | -0/+7 |
| | |||||
* | Added member fields for reserved bits and bytes in all payloads | Martin Willi | 2011-01-05 | 1 | -7/+12 |
| | |||||
* | Added setters for IKE major/minor version to ike_header | Martin Willi | 2011-01-05 | 1 | -0/+14 |
| | |||||
* | Migrated ike_header_t to INIT/METHOD macros | Martin Willi | 2011-01-05 | 1 | -165/+114 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+415 |