aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Include peer config overtime in negotiated ISAKMP SA lifetimeMartin Willi2012-03-201-2/+3
| | |
| | * Initiate IKEv1 reauthentication, take over all childrenMartin Willi2012-03-201-4/+44
| | |
| | * Establish IKE_SA only once as XAuth responderMartin Willi2012-03-201-1/+0
| | |
| | * Support initiation of childless IKEv1 ISAKMP SAsMartin Willi2012-03-201-1/+2
| | |
| | * Don't trigger reauthentication if initiator authenticated using XAuthMartin Willi2012-03-201-0/+1
| | |
| | * Set a condition flag if peer has been authenticated using XAuthMartin Willi2012-03-202-0/+6
| | |
| | * Queue Mode Config tasks after main mode as initiator, not as responderMartin Willi2012-03-201-6/+6
| | |
| | * Setting Mode Cfg identifier for CFG_ACK messages.Clavister OpenSource2012-03-201-0/+7
| | |
| | * As responder, try to reuse the reqid of the CHILD_SA the initiator is rekeyingMartin Willi2012-03-201-0/+38
| | |
| | * Reply quick mode with the same SA lifetime that we receivedMartin Willi2012-03-201-4/+4
| | |
| | * Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-2012-37/+84
| | |
| | * Implemented CHILD_SA rekeyingMartin Willi2012-03-201-1/+18
| | |
| | * Don't return FAILED if a CHILD_SA to delete could not be foundMartin Willi2012-03-201-1/+1
| | |
| | * Support installing of quick mode SAs with a specific reqidMartin Willi2012-03-203-3/+27
| | |
| | * Double check that we could select a TS as quick mode responderMartin Willi2012-03-201-3/+3
| | |
| | * Implemented responder retransmission, currently enabled for quick mode onlyMartin Willi2012-03-202-57/+117
| | |
| | * Queue IKEv1 INFORMATIONALS with higher priority to process notifies firstMartin Willi2012-03-201-2/+2
| | |
| | * Don't process notifies in quick mode task when we get an INFORMATIONALMartin Willi2012-03-201-1/+2
| | |
| | * Always queue a new passive task when receiving an IKEv1 INFORMATIONALMartin Willi2012-03-201-1/+2
| | |
| | * Fixed leak of a hash when checking out by hashMartin Willi2012-03-201-0/+1
| | |
| | * Added a keymat_t version to cast it safelyMartin Willi2012-03-203-0/+21
| | |
| | * Handle initiation of not supported IKE versions properlyMartin Willi2012-03-205-43/+75
| | |
| | * Send a delete for every CHILD_SA before deleting IKE_SAMartin Willi2012-03-201-3/+15
| | |
| | * Set used auth_class in PSKv1 authenticator to comply to constraintsMartin Willi2012-03-204-6/+20
| | |
| | * Fixed scheduling of IKEv2 init tasks in a second keyingtryMartin Willi2012-03-201-20/+42
| | |
| | * Don't requeue IKEv1 init tasks if they already exist in a second keyingtryMartin Willi2012-03-201-5/+42
| | |
| | * Implemented resetting of IKEv1 task manager, enabling additional keyingtriesMartin Willi2012-03-202-1/+29
| | |
| | * Fixed migration of NATD taskMartin Willi2012-03-201-0/+1
| | |
| | * Implemented migration of quick mode taskMartin Willi2012-03-201-5/+23
| | |
| | * Implemented migration of XAuth taskMartin Willi2012-03-201-0/+18
| | |
| | * Implemented migration of certificate handling tasksMartin Willi2012-03-202-0/+3
| | |
| | * Implemented migration of Main Mode taskMartin Willi2012-03-201-0/+13
| | |
| | * Check message version before processing it on an IKE_SAMartin Willi2012-03-201-0/+10
| | |
| | * Check if a config has been selected before narrowing selectors in quick modeMartin Willi2012-03-201-2/+5
| | |
| | * Added a TODO for creating IKE_SAs with unsupported protocol versionMartin Willi2012-03-201-5/+3
| | |
| | * Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-209-3/+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-204-10/+35
| | |
| | * Check in task manager if we have to requeue IKE tasks in a non-first keyingtryMartin Willi2012-03-202-48/+43
| | |
| | * Moved IKE_SA reauth task creation to protocol specific task managerMartin Willi2012-03-204-5/+21
| | |
| | * Moved IKE_SA rekey task creation to protocol specific task managerMartin Willi2012-03-204-5/+20
| | |
| | * Moved IKE_SA delete task creation to protocol specific task managerMartin Willi2012-03-204-11/+21
| | |
| | * Moved CHILD_SA delete task creation to protocol specific task managerMartin Willi2012-03-204-11/+26
| | |
| | * Moved CHILD_SA rekey task creation to protocol specific task managerMartin Willi2012-03-204-4/+24
| | |
| | * Moved CHILD_SA initiate task creation to protocol specific task managerMartin Willi2012-03-204-19/+36
| | |
| | * Moved IKE_SA initiate task creation to protocol specific task managerMartin Willi2012-03-204-42/+42
| | |
| | * Moved liveness checking task creation to protocol specific task managerMartin Willi2012-03-204-20/+36
| | |
| | * Factories honor charon IKEv1/IKEv2 protocol support flagsMartin Willi2012-03-203-2/+24
| | |
| | * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-2098-135/+128
| | |
| | * Renamed ike_vendor_v1 to isakmp_vendorMartin Willi2012-03-206-29/+29
| | |