aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | |
| | * Renamed ike_natd_v1 to isakmp_natdMartin Willi2012-03-206-36/+36
| | |
| | * Renamed ike_cert_pre_v1 to isakmp_cert_preMartin Willi2012-03-206-39/+39
| | |
| | * Renamed ike_cert_post_v1 to isakmp_cert_postMartin Willi2012-03-206-35/+35
| | |
| | * Doxygen fixesMartin Willi2012-03-204-0/+4
| | |
| | * Initiate IKE_ANY configurations with IKEv2Martin Willi2012-03-201-0/+5
| | |
| | * Pass IKE version to peer config enumerator, filter configsMartin Willi2012-03-202-3/+3
| | |
| | * Support an "any" IKE version for both IKEv1 or IKEv2Martin Willi2012-03-202-2/+5
| | |
| | * Send different notifies if quick mode failsMartin Willi2012-03-201-13/+14
| | |
| | * Support flushing of task queue after building message in task failsMartin Willi2012-03-201-4/+14
| | |
| | * Consider notify errors fatal only during main modeMartin Willi2012-03-201-1/+4
| | |
| | * Delete CHILD_SA if installing SA in third message failsMartin Willi2012-03-201-1/+6
| | |
| | * Added a quick_delete task flag to enforce delete, even if CHILD_SA not foundMartin Willi2012-03-204-5/+12
| | |
| | * Send delete if Main Mode authentication fails as initiatorMartin Willi2012-03-202-4/+32
| | |
| | * Send notifies in all error cases of Main ModeMartin Willi2012-03-201-33/+30
| | |
| | * Use (as client) and verify (as server) configured XAuth identitiesMartin Willi2012-03-201-17/+42
| | |
| | * Added an identity getter to XAuth methods to query the actually used identityMartin Willi2012-03-201-0/+7
| | |
| | * Store Main Mode identity even if XAuth-only is used for authenticationMartin Willi2012-03-201-4/+4
| | |
| | * Check authorization constraints after main mode completedMartin Willi2012-03-201-5/+48
| | |
| | * Save authentication info collected during main mode authenticationMartin Willi2012-03-201-1/+26
| | |