aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Implemented quick mode protocol handling, no CHILD_SA or HASH payloads yetMartin Willi2012-03-202-7/+294
| | |
| | * Add missing keymat cast to avoid compiler warningMartin Willi2012-03-201-1/+1
| | |
| | * Don't compare initiator flag in IKE_SA manager, pass initiator parameter to ↵Martin Willi2012-03-204-19/+11
| | | | | | | | | | | | IKE_SA constructor
| | * Create and verify PSK HASH payloads in IKEv1 main modeMartin Willi2012-03-201-9/+117
| | |
| | * Added keymat_v1_t.get_hash() to calculate authentication hashesMartin Willi2012-03-202-0/+53
| | |
| | * Derive IKE keys as IKEv1 initiator, tooMartin Willi2012-03-201-0/+6
| | |
| | * Added IV generation to keymat_v1_t.Tobias Brunner2012-03-202-0/+229
| | |
| | * Use key derivation in IKEv1 main mode (PSK authentication).Tobias Brunner2012-03-201-1/+80
| | |
| | * Added a simple AEAD wrapper for IKEv1 encryption/decryption.Tobias Brunner2012-03-201-1/+155
| | |
| | * Added IKEv1 key derivation with support for AUTH_CLASS_PSK.Tobias Brunner2012-03-202-16/+190
| | |
| | * Update cached hosts on ike_sa_t when processing IKEv1 messages.Tobias Brunner2012-03-201-1/+7
| | |
| | * Provide keymat_t to message_t to encrypt/decrypt data.Tobias Brunner2012-03-201-4/+2
| | |
| | * Moved version specific keymat functions to specific interfaces.Tobias Brunner2012-03-209-143/+136
| | |
| | * Added a generic TASK_ prefix to all task typesMartin Willi2012-03-2031-108/+109
| | |
| | * Initiate and respond to quick mode task (stub)Martin Willi2012-03-202-5/+18
| | |
| | * Fixed reference counting bugs in main modeMartin Willi2012-03-201-1/+2
| | |
| | * Implemented basic message id handling for IKEv1Martin Willi2012-03-201-24/+47
| | |
| | * Added a quick mode task stubMartin Willi2012-03-204-2/+222
| | |
| | * Don't clone chunk in message.get_packet_dataMartin Willi2012-03-201-4/+3
| | |
| | * Verify IKEv1 nonce size, send 32 byte noncesMartin Willi2012-03-201-6/+2
| | |
| | * Partially implemented third main mode exchange (identities)Martin Willi2012-03-201-2/+184
| | |
| | * Implemented first two exchanges of Main Mode as initiatorMartin Willi2012-03-203-40/+376
| | |
| | * Added enum name for MAIN_MODE taskMartin Willi2012-03-201-2/+4
| | |
| | * Added missing task manager factory declarationMartin Willi2012-03-201-0/+8
| | |
| | * Added IKEv1 support to delete payloadMartin Willi2012-03-202-3/+3
| | |
| | * Added IKEv1 support to notify payloadMartin Willi2012-03-202-4/+4
| | |
| | * Memory leak fixed.Tobias Brunner2012-03-201-0/+1
| | |
| | * Added factory function to create task_manager_t implementations.Tobias Brunner2012-03-202-2/+34
| | |
| | * Added factory function to create keymat_t implementations.Tobias Brunner2012-03-203-5/+49
| | |
| | * Store IKE version of an SA on ike_sa_t.Tobias Brunner2012-03-206-16/+47
| | |
| | * Added stub for IKEv1 keymat_t implementation.Tobias Brunner2012-03-202-0/+177
| | |
| | * Use keymat_t as common interface, renamed current implementation to _v2.Tobias Brunner2012-03-204-36/+77
| | |
| | * Implement second exchange in IKEv1 main modeMartin Willi2012-03-201-25/+143
| | |
| | * Extended KE payload for IKEv1 supportMartin Willi2012-03-202-2/+3
| | |
| | * Extended nonce payload for IKEv1 supportMartin Willi2012-03-202-2/+2
| | |
| | * Handle first exchange in IKEv1 main mode as responderMartin Willi2012-03-201-4/+33
| | |
| | * Added an IKEv1 main mode task stubMartin Willi2012-03-204-24/+190
| | |
| | * Added a stub for a IKEv1 task managerMartin Willi2012-03-202-0/+516
| | |
| | * Use task manager as generic interface, renamed implementation to _v2.Martin Willi2012-03-204-23/+63
| | |
| | * Fix init message arrival check.Tobias Brunner2012-03-201-21/+14
| | |
| | * Allow creation of message_t objects for IKEv1 packets.Tobias Brunner2012-03-203-4/+4
| | |
| | * Extend sa_payload for IKEv1 supportMartin Willi2012-03-202-4/+8
| | |
| | * Use vendor id payload for IKEv1 payloads, tooMartin Willi2012-03-201-1/+2
| | |
| | * Handle IKEv1 messages in managers checkout_by_messageMartin Willi2012-03-201-9/+30
| | |
* | | Removed auth_cfg_t.replace_value() and replaced usages with add().Tobias Brunner2012-04-182-12/+3
| | | | | | | | | | | | | | | replace_value() was used to replace identities. Since for these the latest is now returned by get(), adding the new identity with add() is sufficient.
* | | Added a note about DH/keymat lifecycle for custom implementationsMartin Willi2012-04-171-1/+6
| | |
* | | Reuse existing DH value when retrying IKE_SA_INIT with a COOKIEMartin Willi2012-04-171-2/+5
| | |
* | | Use IP address as ID as responder if not configured or no IDr received.Tobias Brunner2012-04-161-3/+11
| | |
* | | Fall back on IP address as IDi if none is configured at all.Tobias Brunner2012-04-161-7/+7
| | |
* | | Use auth_cfg_t.replace_value where appropriate.Tobias Brunner2012-04-162-26/+5
| | |