aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa.h
Commit message (Expand)AuthorAgeFilesLines
* ikev2: Negotiate support for IKE message ID synchronisation during IKE_AUTHTobias Brunner2017-02-081-0/+5
* ike: Publish getter for the current message ID on IKE_SATobias Brunner2017-02-081-1/+12
* ikev2: Add possibility to delay initiation of a queued taskTobias Brunner2016-06-171-2/+11
* ike: Reduce RETRY_INTERVAL a bitTobias Brunner2016-06-171-2/+2
* ikev2: Add a new state to track rekeyed IKE_SAsTobias Brunner2016-06-171-0/+5
* Use standard unsigned integer typesAndreas Steffen2016-03-241-13/+13
* ike-sa: Add condition to suspend online certificate revocation checks for an ...Tobias Brunner2016-03-101-0/+5
* ike-sa: Add method to verify certificates in completed authentication roundsTobias Brunner2016-03-101-0/+8
* ike-sa: Add limit for the number of redirects within a defined time periodTobias Brunner2016-03-041-0/+10
* ike-sa: Add redirect() method to actively redirect an IKE_SATobias Brunner2016-03-041-0/+9
* ike-sa: Add a condition to mark redirected IKE_SAsTobias Brunner2016-03-041-0/+5
* ike-sa: Keep track of the address of the gateway that redirected usTobias Brunner2016-03-041-0/+7
* ikev2: Handle REDIRECT notifies during IKE_SA_INITTobias Brunner2016-03-041-0/+10
* ike-sa: Add new extension for IKEv2 redirection (RFC 5685)Tobias Brunner2016-03-041-1/+6
* ike: Keep track of send keepalive jobs to avoid scheduling more than one per ...Tobias Brunner2016-03-031-1/+3
* ikev2: Enable signature authentication by transmitting supported hash algorithmsTobias Brunner2015-03-041-0/+5
* ikev2: Trigger make-before-break reauthentication instead of reauth taskMartin Willi2015-02-201-2/+3
* ikev1: Add fragmentation support for Windows peersVolker RĂ¼melin2014-10-101-1/+1
* ikev2: Negotiate support for IKEv2 fragmentationTobias Brunner2014-10-101-1/+1
* ike: Move fragmentation to ike_sa_tTobias Brunner2014-10-101-6/+24
* ike: Create an enumerator for (un-)handled configuration attributes on IKE_SAMartin Willi2014-06-161-0/+11
* ike: Store unhandled attributes on IKE_SA as wellMartin Willi2014-06-161-0/+3
* ikev2: Add inherit_pre() to apply config and hosts before IKE_SA rekeyingMartin Willi2014-04-171-1/+11
* Fix various API doc issues and typosTobias Brunner2013-07-181-7/+5
* Fix IKE SA inherit API docAdrian-Ken Rueegsegger2013-01-221-2/+1
* Detect a peer's support for IKE fragmentationTobias Brunner2012-12-241-0/+5
* Add support for draft-ietf-ipsec-nat-t-ike-03 and earlierVolker RĂ¼melin2012-12-191-0/+7
* Moved packet_t and tun_device_t to networking folderTobias Brunner2012-10-241-1/+1
* Add a new condition to mark IKE_SAs that are currently being reauthenticatedTobias Brunner2012-09-061-0/+5
* Clear virtual IPs before storing assigned ones on the IKE_SATobias Brunner2012-09-051-0/+7
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-5/+5
* Moved packet_t to libstrongswanTobias Brunner2012-08-081-0/+1
* support Cisco Unity VIDAndreas Steffen2012-06-251-0/+5
* Avoid queueing more than one retry initiate job.Tobias Brunner2012-05-301-0/+9
* Wrap task managers flush_queue() in IKE_SAMartin Willi2012-05-211-0/+7
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-6/+52
|\
| * Disable DPD checking for peers not supporting itMartin Willi2012-03-201-0/+5
| * Set a condition flag if peer has been authenticated using XAuthMartin Willi2012-03-201-0/+5
| * Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-201-1/+3
| * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-1/+1
| * Remove executable flag from source code filesMartin Willi2012-03-201-0/+0
| * Replace xauth_request task with a new stub where we reimplement itMartin Willi2012-03-201-5/+8
| * Handling of initial contactClavister OpenSource2012-03-201-0/+5
| * IKEv1 XAuth: Adding "initiate" flag parameter to the initiate_xauth method, s...Clavister OpenSource2012-03-201-1/+1
| * Handle IKEv1 NAT-T vendor ID payload (only RFC 3947 for now).Tobias Brunner2012-03-201-1/+1
| * IKEv1 XAuth: Add "initiate xauth" method, which adds the xauth task into the ...Clavister OpenSource2012-03-201-0/+5
| * Addded ike_sa_t.set_statistic to set timestamps from task manager.Tobias Brunner2012-03-201-0/+8
| * Revert "IKEv1 XAuth: Temporarilty add an "initiate_later" flag to the task ma...Clavister OpenSource2012-03-201-5/+0
| * IKEv1 XAuth: Added temporary "initiate_xauth" public method to ike_sa_t. Thi...Clavister OpenSource2012-03-201-0/+5
| * XAUTH is initiated based on configuration, no need to call externallyMartin Willi2012-03-201-5/+0