aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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 ↵Tobias Brunner2012-03-201-40/+52
| | | | | | | | | | | | messages.
| | * 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
| | | | | | | | | | | | | | | Since INFORMATIONAL "exchanges" are actually unidirectionally sent message we don't have any responder rules.
| | * Message rules for IKEv1 AGGRESSIVE exchange added.Tobias Brunner2012-03-201-0/+72
| | | | | | | | | | | | | | | These are basically the same as for ID_PROT but no payloads are expected to be encrypted (at least if using PSK or signatures for authentication).
| | * Message rules for IKEv1 ID_PROT exchange added.Tobias Brunner2012-03-201-0/+77
| | | | | | | | | | | | | | | These rules are quite broad and cover main mode with at least PSK and signature based authentication.
| | * 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-203-57/+235
| | |
* | | 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
| | |
* | | Don't cast second argument of mem_printf_hook (%b) to size_t.Tobias Brunner2012-03-272-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Also treat the given number as unsigned int. Due to the printf hook registration the second argument of mem_printf_hook (if called via printf etc.) is always of type int*. Casting this to a size_t pointer and then dereferencing that as int does not work on big endian machines if int is smaller than size_t (e.g. on ppc64). In order to make this change work if the argument is of a type larger than int, size_t for instance, the second argument for %b has to be casted to (u_)int.
* | 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
|
* Migrated parser_t to INIT/METHOD macros.Tobias Brunner2011-10-041-35/+23
|
* 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
|
* increased message buffer to cope with NCP's innumerable UNITY Configuration ↵Andreas Steffen2011-08-161-2/+2
| | | | Payloads
* 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
|
* Show error code of Microsoft specific error notifyMartin Willi2011-08-031-3/+17
|
* Added Microsoft specific error notifyMartin Willi2011-08-032-2/+9
|
* Fixed common misspellings.Tobias Brunner2011-07-206-10/+10
| | | | 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
|
* Use has_more in decrypt_payloads instead of calling enumerate twice.Tobias Brunner2011-07-061-1/+1
|
* 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
|
* Be a little more liberal in checking maximum payload countMartin Willi2011-04-201-12/+22
|
* Accept IKE_SA_INIT responses without CERTIFICATE_REQUESTsMartin Willi2011-04-201-1/+1
|
* 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
|
* Accept non-encrypted INFORMATIONALs for ME connectivity checksMartin Willi2011-02-011-1/+27
|
* 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
|
* Moved check if packet already encoded to ike_sa, avoids message() hook ↵Martin Willi2011-01-052-17/+11
| | | | invocation twice
* Added a message method to set the "higher version supported" flagMartin Willi2011-01-054-0/+33
|
* Added reserved bit mangling wrapper functions to messageMartin Willi2011-01-052-1/+64
|