aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed iterator regression introduced in [4577]Martin Willi2008-11-051-0/+1
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-0513-265/+284
|
* get rid of unused iterator hook functionsMartin Willi2008-11-052-127/+7
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-0516-92/+90
|
* simple mutex profilerMartin Willi2008-11-051-0/+70
|
* do not install route if interface lookup failedMartin Willi2008-11-051-16/+23
|
* %any is IP family neutralAndreas Steffen2008-11-051-2/+2
|
* corrected typo2Andreas Steffen2008-11-051-2/+2
|
* support of %any address stringAndreas Steffen2008-11-052-51/+50
|
* handle 0.0.0.0 string and af == AF_INET6Andreas Steffen2008-11-051-1/+1
|
* two new load_testing options:Martin Willi2008-11-041-3/+11
| | | | | request_virtual_ip: request a INTERNAL_IPV4_ADDR as client pool: provide addresses from a named virtual IP pool
* OpenSSL requires a signature length of exactly RSA_size()Martin Willi2008-11-041-5/+3
|
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-044-76/+4
|
* fixed bignum export if BN_num_bytes() != DH_size()Martin Willi2008-11-042-45/+54
|
* fixed memleakMartin Willi2008-11-041-8/+11
|
* 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 ↵Martin Willi2008-10-311-7/+0
| | | | failures
* fixed crash in openssl signature verification if sizeof(size_t) != ↵Martin Willi2008-10-311-1/+3
| | | | sizeof(int) (64bit)
* 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
| | | | | Camellia is 22 in IKEv1, but not-yet defined in IKEv2 in IKEv2, 22 is reserved for AES-XTS
* 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
| | | | passing key chunks to CHILD_SA, not the PRF
* 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
| | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now
* 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
|