aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* added a delay option to delay initiationsMartin Willi2008-11-041-9/+41
* corrected a copy-and-paste errorAndreas Steffen2008-11-031-1/+1
* updated copyright of kernel interface codeAndreas Steffen2008-11-032-0/+2
* added support for xfrm remote kmaddressAndreas Steffen2008-11-034-16/+33
* added locking mechanism for multithreaded use of OpenSSLMartin Willi2008-11-031-0/+117
* added fake_kernel option to make dummy kernel implementation optionalMartin Willi2008-11-032-3/+7
* removed accidently checked in debug codeMartin Willi2008-11-031-1/+0
* load testing between different hostsMartin Willi2008-11-031-3/+6
* log loaded plugins at startupMartin Willi2008-11-031-0/+20
* reverted 4541, does not fix the problemMartin Willi2008-11-031-0/+8
* migrate job creates a new IKE_SAAndreas Steffen2008-11-031-11/+35
* replace tab by spacesAndreas Steffen2008-11-031-2/+3
* removed unused variablesAndreas Steffen2008-11-031-5/+0
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-037-23/+310
* corrected parameter descriptionAndreas Steffen2008-11-031-1/+1
* corrected captionsAndreas Steffen2008-11-022-14/+14
* fully implemented the parsing of XFRM and PF_KEY MIGRATE messagesAndreas Steffen2008-11-022-36/+94
* removed 0-byte truncation, fixes random Openssl RSA signature verification fa...Martin Willi2008-10-311-7/+0
* fixed crash in openssl signature verification if sizeof(size_t) != sizeof(int...Martin Willi2008-10-311-1/+3
* identify attributes of XFRM ACQUIRE and MIGRATE messagesAndreas Steffen2008-10-311-14/+58
* subscribing XFRM socket for MIGRATE messagesAndreas Steffen2008-10-311-2/+3
* parse xfrm and pf_key acquire messages and subscribe to migrate messagesAndreas Steffen2008-10-314-37/+216
* reverted changeset 4529:Martin Willi2008-10-301-2/+1
* added hooks for IKE and CHILD keymatMartin Willi2008-10-309-44/+179
* store plain skd, not the prfMartin Willi2008-10-302-23/+19
* added Camellia CBC to list of encryption algorithmsAndreas Steffen2008-10-301-1/+2
* corrected parameter descriptionAndreas Steffen2008-10-301-1/+1
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-297-440/+438
* prf handles zero-length allocations gracefulMartin Willi2008-10-291-3/+10
* do not store DH redundant in keymatMartin Willi2008-10-293-52/+30
* upgrade to linux-2.6.28 headers with support for kmaddress structAndreas Steffen2008-10-292-1/+29
* moved key derivation and management into keymat objectMartin Willi2008-10-2813-585/+748
* store IKE proposal implicitly during derive_keysMartin Willi2008-10-284-46/+18
* fixed reauthentication time in statusallMartin Willi2008-10-281-1/+1
* refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 keyAndreas Steffen2008-10-283-27/+62
* use more generic stats getter, introducing new statsMartin Willi2008-10-274-80/+62
* including a "none" tundev to make NM happyMartin Willi2008-10-271-44/+28
* fixed some compiler warningsMartin Willi2008-10-276-9/+11
* remove unused local DH_EXPONENT_ENTROPY definitionAndreas Steffen2008-10-271-2/+0
* use 512 bits of entropy for secret DH exponentsAndreas Steffen2008-10-264-2/+10
* additional getters for ipcomp and UDP encapMartin Willi2008-10-243-7/+37
* more CHILD_SA refactoringsMartin Willi2008-10-244-131/+135
* initiate connections simultaneously in load testerMartin Willi2008-10-221-2/+9
* a load testing plugin, to:Martin Willi2008-10-2110-0/+836
* fixed enumeration of CHILD_SA traffic selectorsMartin Willi2008-10-211-24/+25
* reset threads IKE_SA after checking other IKE_SAsMartin Willi2008-10-204-9/+26
* re-established all previous AUD level messagesAndreas Steffen2008-10-173-6/+7
* fixed perl oid generationMartin Willi2008-10-161-2/+2
* moved updown script invocation to an optional pluginMartin Willi2008-10-1611-243/+351
* bus uses finally recusive lockingMartin Willi2008-10-161-47/+58