aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/payloads
Commit message (Collapse)AuthorAgeFilesLines
...
| | * IKEv1 ConfigMode: Added TRANSACTION exchange type. Added attribute_payload ↵Clavister OpenSource2012-03-204-20/+50
| | | | | | | | | | | | (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.
| | * Updated the CERT payload to work for both IKEv1 and IKEv2.Clavister OpenSource2012-03-202-14/+25
| | |
| | * Parse proposal substructure with multiple IKEv1 transforms to multiple proposalsMartin Willi2012-03-203-34/+33
| | |
| | * Encode multiple IKEv1 proposals in a single transform substructureMartin Willi2012-03-203-13/+74
| | |
| | * Remove public sa_payload.add_proposal() methodMartin Willi2012-03-202-18/+12
| | |
| | * Only add the first algorithm of a kind to IKEv1 transformsMartin Willi2012-03-201-4/+4
| | |
| | * Hardcode some SA lifetimes until we can configure them dynamicallyMartin Willi2012-03-201-0/+12
| | |
| | * Added missing comma after ME_CONNECT declaration.Tobias Brunner2012-03-201-13/+14
| | |
| | * Fixed creation of endpoint notifies.Tobias Brunner2012-03-201-1/+1
| | |
| | * Fixed diagram of IKEv1 encrypted "payload".Tobias Brunner2012-03-201-2/+0
| | |
| | * Partially implemented IKEv1 ESP proposal en-/decodingMartin Willi2012-03-201-2/+73
| | |
| | * Register HASH_V1 in payload factoryMartin Willi2012-03-201-0/+3
| | |
| | * Fix payload length of id_payload created from a traffic selectorMartin Willi2012-03-201-0/+1
| | |
| | * String for ENCRYPTED_DATA fixed.Tobias Brunner2012-03-201-1/+1
| | |
| | * Strings for ENCRYPTED_V1 payload added.Tobias Brunner2012-03-201-10/+14
| | |
| | * Use modified encryption payload to encrypt/decrypt complete IKEv1 messages.Tobias Brunner2012-03-206-15/+145
| | |
| | * 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
|