aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * Set flags on message according to IKE version when parsing header.Tobias Brunner2012-03-201-2/+8
| | * Encrypt IKEv1 messages.Tobias Brunner2012-03-201-17/+66
| | * Decrypt IKEv1 messages.Tobias Brunner2012-03-201-3/+43
| | * Use modified encryption payload to encrypt/decrypt complete IKEv1 messages.Tobias Brunner2012-03-208-15/+156
| | * Provide keymat_t to message_t to encrypt/decrypt data.Tobias Brunner2012-03-202-14/+15
| | * Avoid compiler warnings due to extended enums.Tobias Brunner2012-03-202-2/+2
| | * Print message ID as unsigned integerMartin Willi2012-03-201-1/+1
| | * Added message encoding rules for quick modeMartin Willi2012-03-201-0/+65
| | * Fixed length calculation of delete payloadMartin Willi2012-03-201-3/+5
| | * Update header length after each parsed rule, as it might change when parsing ...Martin Willi2012-03-201-2/+3
| | * Fix rule selection in transform substructureMartin Willi2012-03-201-1/+1
| | * Fixed proposal numbering check in sa_payloadMartin Willi2012-03-201-10/+0
| | * Don't clone chunk in message.get_packet_dataMartin Willi2012-03-202-3/+3
| | * 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-207-80/+171
| | * Use a generic list encoding rule we can use to specify the wrapped payload typeMartin Willi2012-03-209-179/+77
| | * Use a generic encoding type for all variable length chunksMartin Willi2012-03-2018-199/+23
| | * Implemented IKEv1 hash payloadMartin Willi2012-03-206-0/+250
| | * 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-2042-396/+251
| | * Simplify signature of get_encoding_rules(), make all rules staticMartin Willi2012-03-2025-134/+112
| | * Extended KE payload for IKEv1 supportMartin Willi2012-03-207-28/+93
| | * 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
| | * Added SA payload IKEv1 encoding types to generatorMartin Willi2012-03-201-0/+3
| | * Don't set IKEv2 only header flags when using IKEv1Martin Willi2012-03-201-3/+6
| | * Set default IKE header initiator flag in IKEv2 onlyMartin Willi2012-03-201-2/+5
| | * Compile error fixed.Tobias Brunner2012-03-201-1/+2
| | * Message parsing slightly refactored, allows parsing of unencrypted IKEv1 mess...Tobias Brunner2012-03-201-40/+52
| | * Allow creation of message_t objects for IKEv1 packets.Tobias Brunner2012-03-202-42/+55
| | * Certificate request payloads can be sent in pretty much any IKEv1 message.Tobias Brunner2012-03-201-5/+18
| | * Implemented limited payload parsing for IKEv1 SA payloadsMartin Willi2012-03-207-176/+557
| | * Added additional IKEv1 payload and encoding identifiersMartin Willi2012-03-205-40/+83
| | * Extend sa_payload for IKEv1 supportMartin Willi2012-03-206-30/+147
| | * Message rules for IKEv1 INFORMATIONAL exchange added.Tobias Brunner2012-03-201-0/+24
| | * Message rules for IKEv1 AGGRESSIVE exchange added.Tobias Brunner2012-03-201-0/+72
| | * Message rules for IKEv1 ID_PROT exchange added.Tobias Brunner2012-03-201-0/+77
| | * 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