aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | |
| | * Fix ike_version_t enum namesMartin Willi2012-03-201-1/+1
| | |
| | * Accept NULL as keymat when generating a messageMartin Willi2012-03-201-4/+10
| | |
| | * Send correct INVALID_MAJOR_VERSION when receiving packet with unsupported ↵Martin Willi2012-03-201-39/+62
| | | | | | | | | | | | protocol
| | * Drop IKEv1 main/aggressive modes if peer to aggressiveMartin Willi2012-03-201-4/+17
| | |
| | * Added description for the xauth-eap pluginMartin Willi2012-03-201-2/+8
| | |
| | * Check if a config has been selected before narrowing selectors in quick modeMartin Willi2012-03-201-2/+5
| | |
| | * Added an XAuth plugin that forwards authentication to EAP methodsMartin Willi2012-03-206-0/+458
| | |
| | * Added a flag to register local credential sets exclusively, disabling all othersMartin Willi2012-03-201-4/+4
| | |
| | * Added a TODO for creating IKE_SAs with unsupported protocol versionMartin Willi2012-03-201-5/+3
| | |
| | * Don't accept IKEv2 packets if IKEv2 disabledMartin Willi2012-03-201-0/+2
| | |
| | * Don't include ikev1/ikev2 subfolders in build when using --disable-ikev1/ikev2Martin Willi2012-03-201-2/+10
| | |
| | * Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-2029-27/+27
| | |
| | * 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-20125-210/+204
| | |
| | * Renamed ike_vendor_v1 to isakmp_vendorMartin Willi2012-03-207-30/+30
| | |
| | * Renamed ike_natd_v1 to isakmp_natdMartin Willi2012-03-207-37/+37
| | |
| | * Renamed ike_cert_pre_v1 to isakmp_cert_preMartin Willi2012-03-207-40/+40
| | |
| | * Renamed ike_cert_post_v1 to isakmp_cert_postMartin Willi2012-03-207-36/+36
| | |
| | * Doxygen fixesMartin Willi2012-03-208-5/+8
| | |
| | * Removed obsolete XAuth jobMartin Willi2012-03-202-133/+0
| | |
| | * Always use a transform number of 1 when encoding a single transformMartin Willi2012-03-201-3/+3
| | |
| | * Another set of cleanups in message.cMartin Willi2012-03-201-18/+19
| | |
| | * Initiate IKE_ANY configurations with IKEv2Martin Willi2012-03-201-0/+5
| | |
| | * Pass IKE version to peer config enumerator, filter configsMartin Willi2012-03-2010-32/+58
| | |
| | * Support an "any" IKE version for both IKEv1 or IKEv2Martin Willi2012-03-205-4/+9
| | |
| | * Some coding style cleanupsMartin Willi2012-03-201-3/+6
| | |
| | * Fixed notify enum namesMartin Willi2012-03-201-1/+3
| | |
| | * Added support for iKEIntermediate X.509 extended key usage flag.Tobias Brunner2012-03-201-2/+2
| | | | | | | | | | | | Mac OS X requires server certificates to have this flag set.
| | * Log parsed unsigned ints with proper format strings.Tobias Brunner2012-03-201-5/+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
| | |