aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_ike.c
Commit message (Expand)AuthorAgeFilesLines
* ha: Delete passive IKE_SA on other node after half-open timeoutTobias Brunner2017-01-251-0/+15
* Use standard unsigned integer typesAndreas Steffen2016-03-241-3/+3
* ha: Properly sync IKEv1 IV if gateway is initiatorTobias Brunner2016-02-011-12/+16
* ha: Add DH group to IKE_ADD messageTobias Brunner2016-02-011-0/+4
* ha: Sync remote address in HA_IKE_ADD, tooThomas Egerer2015-08-041-0/+1
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-3/+5
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-1/+1
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-22/+30
* Cleaned up memory management and return values for encryption payloadMartin Willi2012-07-161-1/+0
* Add a return value to keymat_v1_t.{get,update,confirm}_ivMartin Willi2012-07-161-7/+9
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-32/+119
|\
| * Synchronize IKEv1 DPD sequence numbersMartin Willi2012-03-201-0/+30
| * Sync remote virtual IP for IKEv1 SAsMartin Willi2012-03-201-0/+13
| * Sync new IKE_SA condition/extension flagsMartin Willi2012-03-201-2/+6
| * Added support for Phase1 IV synchronization to HA pluginMartin Willi2012-03-201-26/+50
| * Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-201-1/+2
| * Added support to sync IKEv1 SAs key material in HA pluginMartin Willi2012-03-201-0/+12
| * Pass IKEv1 specific keymat to ike_keys hookMartin Willi2012-03-201-1/+2
| * Updated HA plugin to new IKEv2 specific keymat functionsMartin Willi2012-03-201-3/+5
* | Renamed list of additional peer addresses as it now stores all known addresses.Tobias Brunner2012-03-091-2/+2
|/
* Sync newer IKE_SA condition/extension flags in ha pluginMartin Willi2011-08-191-2/+7
* Replaced ike_sa_t.create_additional_address_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
* Flush any remaining cache state if an IKE_SA goes downMartin Willi2010-07-271-2/+2
* Synchronize EAP-Identity of remote peerMartin Willi2010-07-261-0/+6
* Use a sync message cache to resynchronize IKE_SAs without rekeyingMartin Willi2010-07-261-1/+24
* Use distinct message types for HA message ID updatesMartin Willi2010-07-261-6/+4
* Migrated ha plugin to INIT/METHOD macrosMartin Willi2010-07-261-34/+26
* Updated HA plugin to new APIsMartin Willi2010-04-071-6/+0
* Moved ha plugin to libcharonMartin Willi2010-04-071-0/+286