aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/payloads
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fixed length calculation of delete payloadMartin Willi2012-03-201-3/+5
| | |
| | * Fix rule selection in transform substructureMartin Willi2012-03-201-1/+1
| | |
| | * Fixed proposal numbering check in sa_payloadMartin Willi2012-03-201-10/+0
| | |
| | * Verify IKEv1 nonce size, send 32 byte noncesMartin Willi2012-03-201-1/+20
| | |
| | * Added IKEv1 ID payload <-> traffic selector conversion functionsMartin Willi2012-03-202-4/+158
| | |
| | * Re-enable static inclusion of PSK auth method into IKEv1 proposalMartin Willi2012-03-201-2/+2
| | |
| | * Added IKEv1 support to delete payloadMartin Willi2012-03-203-18/+80
| | |
| | * Added IKEv1 support to notify payloadMartin Willi2012-03-206-69/+153
| | |
| | * Use a generic list encoding rule we can use to specify the wrapped payload typeMartin Willi2012-03-207-134/+60
| | |
| | * Use a generic encoding type for all variable length chunksMartin Willi2012-03-2016-168/+21
| | |
| | * Implemented IKEv1 hash payloadMartin Willi2012-03-204-0/+248
| | |
| | * Extended ID payload for (non-TS) IKEv1 useMartin Willi2012-03-203-29/+73
| | |
| | * Add a payload.get_header_length() method, remove header length definitionsMartin Willi2012-03-2041-164/+196
| | |
| | * Simplify signature of get_encoding_rules(), make all rules staticMartin Willi2012-03-2023-128/+108
| | |
| | * Extended KE payload for IKEv1 supportMartin Willi2012-03-205-28/+81
| | |
| | * Extended nonce payload for IKEv1 supportMartin Willi2012-03-203-8/+14
| | |
| | * Add fixed PSK authentication method to IKEv1 proposal for nowMartin Willi2012-03-201-1/+15
| | |
| | * Added limiting encoding of IKEv1 SA payloadsMartin Willi2012-03-206-82/+231
| | |
| | * Set default IKE header initiator flag in IKEv2 onlyMartin Willi2012-03-201-2/+5
| | |
| | * Implemented limited payload parsing for IKEv1 SA payloadsMartin Willi2012-03-207-176/+557
| | |
| | * Added additional IKEv1 payload and encoding identifiersMartin Willi2012-03-204-40/+58
| | |
| | * Extend sa_payload for IKEv1 supportMartin Willi2012-03-205-30/+135
| | |
| | * Typo fixed.Tobias Brunner2012-03-201-1/+1
| | |
| | * Use vendor id payload for IKEv1 payloads, tooMartin Willi2012-03-203-9/+20
| | |
| | * Added IKEv1 payload identifiers to "known" payload listMartin Willi2012-03-201-2/+9
| | |
| | * Added IKEv1 payload identifiersMartin Willi2012-03-202-4/+97
| | |
| | * Extended IKE header for IKEv1 supportMartin Willi2012-03-202-52/+231
| | |
* | | Accept zero-length certificate request payloadsMartin Willi2012-04-111-2/+1
| | |
* | | added IKEv2 Generic Secure Password Authentication MethodAndreas Steffen2012-04-032-6/+17
| | |
* | | added GSPM IKEv2 payloadAndreas Steffen2012-04-032-8/+20
|/ /
* | Defined a private status notify to transport arbitrary RADIUS attributesMartin Willi2012-03-052-7/+11
| |
* | Fixed proposal numbering check in sa_payloadMartin Willi2011-11-211-10/+0
|/
* Made create_endpoint_notify_create() private.Tobias Brunner2011-10-042-21/+18
|
* Fixed compiler warnings for endpoint_notify_t.Tobias Brunner2011-10-041-4/+4
|
* Migrated endpoint_notify to INIT/METHOD macrosAndreas Steffen2011-10-031-62/+49
|
* typos: initator->initiator, authenticaion->authentication.Tobias Brunner2011-08-151-1/+1
|
* Add a non-clonig variant of eap_payload_create_dataMartin Willi2011-08-082-2/+23
|
* Added Microsoft specific error notifyMartin Willi2011-08-032-2/+9
|
* Fixed common misspellings.Tobias Brunner2011-07-204-4/+4
| | | | Mostly found by 'codespell'.
* added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723Andreas Steffen2011-07-152-4/+10
|
* fixed typoAndreas Steffen2011-07-142-2/+2
|
* updated IANA IKEv2 Notify Message TypesAndreas Steffen2011-07-142-8/+28
|
* Replaced simple iterator usages.Tobias Brunner2011-07-061-1/+1
|
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+0
|
* Compiler warning fixed.Tobias Brunner2011-02-101-5/+7
|
* Fixed function parameter descriptionMartin Willi2011-02-081-1/+1
|
* Some typos fixed.Tobias Brunner2011-02-071-2/+2
|
* Provide CRLs received in CERT payloads to trustchain verificationMartin Willi2011-01-051-5/+13
|
* Added substructure enumerators to sa_payload, proposal_substructureMartin Willi2011-01-054-0/+28
|
* Added a message method to set the "higher version supported" flagMartin Willi2011-01-052-0/+15
|