aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-201-2/+3
| | * Handle initiation of not supported IKE versions properlyMartin Willi2012-03-201-5/+21
| | * Implemented resetting of IKEv1 task manager, enabling additional keyingtriesMartin Willi2012-03-201-1/+1
| | * Check message version before processing it on an IKE_SAMartin Willi2012-03-201-0/+10
| | * Added a TODO for creating IKE_SAs with unsupported protocol versionMartin Willi2012-03-201-5/+3
| | * Removed obsolete task header inclusion in IKE_SAMartin Willi2012-03-201-24/+0
| | * Moved MOBIKE task creation to protocol specific task managerMartin Willi2012-03-201-9/+2
| | * Check in task manager if we have to requeue IKE tasks in a non-first keyingtryMartin Willi2012-03-201-35/+1
| | * Moved IKE_SA reauth task creation to protocol specific task managerMartin Willi2012-03-201-5/+1
| | * Moved IKE_SA rekey task creation to protocol specific task managerMartin Willi2012-03-201-5/+1
| | * Moved IKE_SA delete task creation to protocol specific task managerMartin Willi2012-03-201-11/+1
| | * Moved CHILD_SA delete task creation to protocol specific task managerMartin Willi2012-03-201-11/+1
| | * Moved CHILD_SA rekey task creation to protocol specific task managerMartin Willi2012-03-201-4/+1
| | * Moved CHILD_SA initiate task creation to protocol specific task managerMartin Willi2012-03-201-19/+2
| | * Moved IKE_SA initiate task creation to protocol specific task managerMartin Willi2012-03-201-42/+1
| | * Moved liveness checking task creation to protocol specific task managerMartin Willi2012-03-201-20/+3
| | * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-25/+25
| | * Renamed ike_vendor_v1 to isakmp_vendorMartin Willi2012-03-201-2/+2
| | * Renamed ike_natd_v1 to isakmp_natdMartin Willi2012-03-201-2/+2
| | * Renamed ike_cert_pre_v1 to isakmp_cert_preMartin Willi2012-03-201-2/+2
| | * Renamed ike_cert_post_v1 to isakmp_cert_postMartin Willi2012-03-201-2/+2
| | * Initiate IKE_ANY configurations with IKEv2Martin Willi2012-03-201-0/+5
| | * Added a quick_delete task flag to enforce delete, even if CHILD_SA not foundMartin Willi2012-03-201-1/+1
| | * Flush auth configs, if enabled, for both IKEv1 and IKEv2Martin Willi2012-03-201-5/+15
| | * Use IKEv1 specific tasks to close Quick Mode SAsMartin Willi2012-03-201-3/+11
| | * Use the IKEv1 specific delete in IKEv1 SAsMartin Willi2012-03-201-3/+11
| | * Replace xauth_request task with a new stub where we reimplement itMartin Willi2012-03-201-14/+7
| | * Implemented post-authentication certificate handling for IKEv1Martin Willi2012-03-201-0/+3
| | * Implemented pre-authentication certificate handling for IKEv1Martin Willi2012-03-201-0/+3
| | * Task added for IKEv1 NAT detection.Tobias Brunner2012-03-201-0/+3
| | * IKEv1 XAuth: Adding "initiate" flag parameter to the initiate_xauth method, s...Clavister OpenSource2012-03-201-2/+6
| | * IKEv1 XAuth: Add "initiate xauth" method, which adds the xauth task into the ...Clavister OpenSource2012-03-201-0/+9
| | * Moved main part of message processing to task managers.Tobias Brunner2012-03-201-153/+7
| | * Addded ike_sa_t.set_statistic to set timestamps from task manager.Tobias Brunner2012-03-201-0/+10
| | * Revert "IKEv1 XAuth: Temporarilty add an "initiate_later" flag to the task ma...Clavister OpenSource2012-03-201-13/+0
| | * Use a dedicated IKEv1 vendor ID task to fix using IKEv2 payloads in IKEv1Martin Willi2012-03-201-0/+3
| | * Added a get_rekey/reauth_time() jitter parameter to get time without randomiz...Martin Willi2012-03-201-2/+2
| | * IKEv1 XAuth: Added temporary "initiate_xauth" public method to ike_sa_t. Thi...Clavister OpenSource2012-03-201-0/+13
| | * XAUTH is initiated based on configuration, no need to call externallyMartin Willi2012-03-201-9/+0
| | * Temp fix for compile error with XAUTH code.Clavister OpenSource2012-03-201-1/+1
| | * IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUT...Clavister OpenSource2012-03-201-0/+10
| | * Don't compare initiator flag in IKE_SA manager, pass initiator parameter to I...Martin Willi2012-03-201-2/+3
| | * Provide keymat_t to message_t to encrypt/decrypt data.Tobias Brunner2012-03-201-4/+2
| | * Added a generic TASK_ prefix to all task typesMartin Willi2012-03-201-1/+1
| | * Initiate and respond to quick mode task (stub)Martin Willi2012-03-201-3/+4
| | * Implemented first two exchanges of Main Mode as initiatorMartin Willi2012-03-201-27/+43
| | * Added factory function to create task_manager_t implementations.Tobias Brunner2012-03-201-2/+1
| | * Added factory function to create keymat_t implementations.Tobias Brunner2012-03-201-3/+4
| | * Store IKE version of an SA on ike_sa_t.Tobias Brunner2012-03-201-2/+16
| | * Use keymat_t as common interface, renamed current implementation to _v2.Tobias Brunner2012-03-201-2/+3