aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Accept NULL as keymat when generating a messageMartin Willi2012-03-201-4/+10
| | |
| | * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-206-5/+6
| | |
| | * Doxygen fixesMartin Willi2012-03-204-5/+4
| | |
| | * Always use a transform number of 1 when encoding a single transformMartin Willi2012-03-201-3/+3
| | |
| | * Another set of cleanups in message.cMartin Willi2012-03-201-18/+19
| | |
| | * Some coding style cleanupsMartin Willi2012-03-201-3/+6
| | |
| | * Fixed notify enum namesMartin Willi2012-03-201-1/+3
| | |
| | * Log parsed unsigned ints with proper format strings.Tobias Brunner2012-03-201-5/+5
| | |
| | * Add some additional IKEv1 notify typesMartin Willi2012-03-202-6/+21
| | |
| | * Do not trust unprotected INFORMATIONALS, just print that we got oneMartin Willi2012-03-201-13/+18
| | |
| | * Remove executable flag from source code filesMartin Willi2012-03-208-0/+0
| | |
| | * Support encoding of Hybrid initiator authentication methodMartin Willi2012-03-201-0/+9
| | |
| | * Added method to get encoded version if ID_V1 payload.Tobias Brunner2012-03-202-0/+17
| | |
| | * Fixed SPI size calculation in DELETE payloadMartin Willi2012-03-201-8/+7
| | |
| | * Support IKEv1 SPIs in IKEv1 delete payloadMartin Willi2012-03-202-2/+31
| | |
| | * 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
| | |
| | * Encrypt INFORMATIONAL exchange if neededClavister OpenSource2012-03-201-11/+22
| | |
| | * added functions for getting/setting ISAKMP SPI to notify payloadClavister OpenSource2012-03-202-0/+51
| | |
| | * En- and decode DH group attribute in quick mode SA payloadsMartin Willi2012-03-201-0/+13
| | |
| | * Handle incoming delete messagesClavister OpenSource2012-03-201-0/+25
| | |
| | * use untoh64 instead of non-portable be64tohAndreas Steffen2012-03-201-1/+1
| | |
| | * Cleanup CERT payload constructorsMartin Willi2012-03-202-17/+22
| | |
| | * Cleaned up certreq payload for IKEv2/IKEv1 useMartin Willi2012-03-202-53/+52
| | |
| | * Encode a single IP traffic selector as ID_IPV?_ADDRESS identityMartin Willi2012-03-201-3/+16
| | |
| | * Added missing break;s when converting ID_IP_ADDRESS types to ts, extracted ↵Martin Willi2012-03-201-10/+14
| | | | | | | | | | | | function
| | * Don't use unportable htobe64 macro directlyMartin Willi2012-03-201-1/+1
| | |
| | * certificate handling for XAuth responder.Clavister OpenSource2012-03-204-11/+66
| | |
| | * Setting transform number in esp proposal.Clavister OpenSource2012-03-201-1/+1
| | | | | | | | | | | | iPhone (racoon) fails quick mode when transform number is 0
| | * ID_IPV4_ADDR and ID_IPV6_ADDR cases added to get_tsClavister OpenSource2012-03-201-0/+18
| | |
| | * IKEv1: Added basic support for INFORMATIONAL exchange types, and for ↵Clavister OpenSource2012-03-202-10/+14
| | | | | | | | | | | | NOTIFY_V1 messages in the 3rd message in quick_mode.
| | * Message rules for IKEv1 NAT-T payloads added.Tobias Brunner2012-03-201-0/+17
| | |
| | * Added payloads for IKEv1 NAT-Traversal negotiation.Tobias Brunner2012-03-207-16/+51
| | |
| | * Added an option to create a generator that does not log debug messages.Tobias Brunner2012-03-202-24/+96
| | |
| | * Handle invalid IKEv1 hashes more specifically.Tobias Brunner2012-03-202-1/+3
| | |
| | * Handle unsupported IKEv1 exchange types more specifically.Tobias Brunner2012-03-201-1/+1
| | |
| | * Handle INFORMATIONAL_V1 messages when no keys have been derived yet.Tobias Brunner2012-03-201-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | This allows to gracefully process the INFORMATIONAL_V1 message rules which require the payloads to be encrypted and thus the exchange to be authenticated with a HASH payload. If such an exchange is now initiated before the ISAKMP_SA is established, the message is simply sent unencrypted and without HASH payload.
| | * Use proper enum types in proposal_substructure.Tobias Brunner2012-03-201-2/+2
| | |
| | * Map auth_class to auth method and IKEv1 proposal attributeMartin Willi2012-03-201-2/+10
| | |
| | * Removed obsolete transform attribute settersMartin Willi2012-03-202-92/+13
| | |
| | * Implemented IKEv1 attribute encoding in SA payloadMartin Willi2012-03-205-8/+247
| | |
| | * Implemented encoding of additional IKEv1 proposal attributesMartin Willi2012-03-205-123/+173
| | |
| | * Added not-yet used sa_payload parameters used in IKEv1Martin Willi2012-03-202-10/+170
| | |
| | * IKEv1 XAuth: Add XAUTH authentication types to the enum. Added the ability ↵Clavister OpenSource2012-03-201-0/+17
| | | | | | | | | | | | to switch between hardcoded PSK and XAUTH_INIT_PSK authentications using a flag, default to PSK.
| | * 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.
| | * IKEv1 ConfigMode: Fixed cp_payload to use CONFIGURATION_ATTRIBUTE_V1 in all ↵Clavister OpenSource2012-03-203-1/+3
| | | | | | | | | | | | appropriate places, so the parsing is done correctly.
| | * Removed redundant '=>' when logging binary data in parser and generator.Tobias Brunner2012-03-202-6/+6
| | |
| | * Fixed encryption of IKEv2 messages.Tobias Brunner2012-03-201-2/+2
| | |
| | * Print message payload names after prepending IKEv1 HASH payloadMartin Willi2012-03-201-2/+2
| | |
| | * Include hardcoded tunnel mode attribute in porposal, remove ESN attributeMartin Willi2012-03-201-2/+2
| | |