Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Avoid compiler warnings due to extended enums. | Tobias Brunner | 2012-03-20 | 2 | -2/+2 | |
| | | | ||||||
| | * | Print message ID as unsigned integer | Martin Willi | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added message encoding rules for quick mode | Martin Willi | 2012-03-20 | 1 | -0/+65 | |
| | | | ||||||
| | * | Fixed length calculation of delete payload | Martin Willi | 2012-03-20 | 1 | -3/+5 | |
| | | | ||||||
| | * | Update header length after each parsed rule, as it might change when parsing ↵ | Martin Willi | 2012-03-20 | 1 | -2/+3 | |
| | | | | | | | | | | | | SPI size | |||||
| | * | Fix rule selection in transform substructure | Martin Willi | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixed proposal numbering check in sa_payload | Martin Willi | 2012-03-20 | 1 | -10/+0 | |
| | | | ||||||
| | * | Don't clone chunk in message.get_packet_data | Martin Willi | 2012-03-20 | 2 | -3/+3 | |
| | | | ||||||
| | * | Verify IKEv1 nonce size, send 32 byte nonces | Martin Willi | 2012-03-20 | 1 | -1/+20 | |
| | | | ||||||
| | * | Added IKEv1 ID payload <-> traffic selector conversion functions | Martin Willi | 2012-03-20 | 2 | -4/+158 | |
| | | | ||||||
| | * | Re-enable static inclusion of PSK auth method into IKEv1 proposal | Martin Willi | 2012-03-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | Added IKEv1 support to delete payload | Martin Willi | 2012-03-20 | 3 | -18/+80 | |
| | | | ||||||
| | * | Added IKEv1 support to notify payload | Martin Willi | 2012-03-20 | 7 | -80/+171 | |
| | | | ||||||
| | * | Use a generic list encoding rule we can use to specify the wrapped payload type | Martin Willi | 2012-03-20 | 9 | -179/+77 | |
| | | | ||||||
| | * | Use a generic encoding type for all variable length chunks | Martin Willi | 2012-03-20 | 18 | -199/+23 | |
| | | | ||||||
| | * | Implemented IKEv1 hash payload | Martin Willi | 2012-03-20 | 6 | -0/+250 | |
| | | | ||||||
| | * | Extended ID payload for (non-TS) IKEv1 use | Martin Willi | 2012-03-20 | 3 | -29/+73 | |
| | | | ||||||
| | * | Add a payload.get_header_length() method, remove header length definitions | Martin Willi | 2012-03-20 | 42 | -396/+251 | |
| | | | ||||||
| | * | Simplify signature of get_encoding_rules(), make all rules static | Martin Willi | 2012-03-20 | 25 | -134/+112 | |
| | | | ||||||
| | * | Extended KE payload for IKEv1 support | Martin Willi | 2012-03-20 | 7 | -28/+93 | |
| | | | ||||||
| | * | Extended nonce payload for IKEv1 support | Martin Willi | 2012-03-20 | 3 | -8/+14 | |
| | | | ||||||
| | * | Add fixed PSK authentication method to IKEv1 proposal for now | Martin Willi | 2012-03-20 | 1 | -1/+15 | |
| | | | ||||||
| | * | Added limiting encoding of IKEv1 SA payloads | Martin Willi | 2012-03-20 | 6 | -82/+231 | |
| | | | ||||||
| | * | Added SA payload IKEv1 encoding types to generator | Martin Willi | 2012-03-20 | 1 | -0/+3 | |
| | | | ||||||
| | * | Don't set IKEv2 only header flags when using IKEv1 | Martin Willi | 2012-03-20 | 1 | -3/+6 | |
| | | | ||||||
| | * | Set default IKE header initiator flag in IKEv2 only | Martin Willi | 2012-03-20 | 1 | -2/+5 | |
| | | | ||||||
| | * | Compile error fixed. | Tobias Brunner | 2012-03-20 | 1 | -1/+2 | |
| | | | ||||||
| | * | Message parsing slightly refactored, allows parsing of unencrypted IKEv1 ↵ | Tobias Brunner | 2012-03-20 | 1 | -40/+52 | |
| | | | | | | | | | | | | messages. | |||||
| | * | Allow creation of message_t objects for IKEv1 packets. | Tobias Brunner | 2012-03-20 | 2 | -42/+55 | |
| | | | ||||||
| | * | Certificate request payloads can be sent in pretty much any IKEv1 message. | Tobias Brunner | 2012-03-20 | 1 | -5/+18 | |
| | | | ||||||
| | * | Implemented limited payload parsing for IKEv1 SA payloads | Martin Willi | 2012-03-20 | 7 | -176/+557 | |
| | | | ||||||
| | * | Added additional IKEv1 payload and encoding identifiers | Martin Willi | 2012-03-20 | 5 | -40/+83 | |
| | | | ||||||
| | * | Extend sa_payload for IKEv1 support | Martin Willi | 2012-03-20 | 6 | -30/+147 | |
| | | | ||||||
| | * | Message rules for IKEv1 INFORMATIONAL exchange added. | Tobias Brunner | 2012-03-20 | 1 | -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 Brunner | 2012-03-20 | 1 | -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 Brunner | 2012-03-20 | 1 | -0/+77 | |
| | | | | | | | | | | | | | | | These rules are quite broad and cover main mode with at least PSK and signature based authentication. | |||||
| | * | Typo fixed. | Tobias Brunner | 2012-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use vendor id payload for IKEv1 payloads, too | Martin Willi | 2012-03-20 | 3 | -9/+20 | |
| | | | ||||||
| | * | Added IKEv1 payload identifiers to "known" payload list | Martin Willi | 2012-03-20 | 1 | -2/+9 | |
| | | | ||||||
| | * | Added IKEv1 payload identifiers | Martin Willi | 2012-03-20 | 2 | -4/+97 | |
| | | | ||||||
| | * | Extended IKE header for IKEv1 support | Martin Willi | 2012-03-20 | 3 | -57/+235 | |
| | | | ||||||
* | | | Accept zero-length certificate request payloads | Martin Willi | 2012-04-11 | 1 | -2/+1 | |
| | | | ||||||
* | | | added IKEv2 Generic Secure Password Authentication Method | Andreas Steffen | 2012-04-03 | 2 | -6/+17 | |
| | | | ||||||
* | | | added GSPM IKEv2 payload | Andreas Steffen | 2012-04-03 | 2 | -8/+20 | |
| | | | ||||||
* | | | Don't cast second argument of mem_printf_hook (%b) to size_t. | Tobias Brunner | 2012-03-27 | 2 | -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 attributes | Martin Willi | 2012-03-05 | 2 | -7/+11 | |
| | | ||||||
* | | Fixed proposal numbering check in sa_payload | Martin Willi | 2011-11-21 | 1 | -10/+0 | |
|/ | ||||||
* | Made create_endpoint_notify_create() private. | Tobias Brunner | 2011-10-04 | 2 | -21/+18 | |
| | ||||||
* | Migrated parser_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -35/+23 | |
| | ||||||
* | Fixed compiler warnings for endpoint_notify_t. | Tobias Brunner | 2011-10-04 | 1 | -4/+4 | |
| |