aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev1
Commit message (Expand)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-0/+1
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-081-1/+1
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-081-1/+1
* ike: Do not send initial contact only for UNIQUE_NEVERThomas Egerer2017-11-021-2/+1
* ike: Trigger CHILD_INSTALLED state change after corresponding log messageTobias Brunner2017-07-271-4/+3
* ikev1: Only delete redundant CHILD_SAs if configuredTobias Brunner2017-06-261-1/+5
* ike: Apply retransmission_limit before applying the jitterTobias Brunner2017-05-261-4/+4
* child-sa: Change API used to set/install policiesTobias Brunner2017-05-231-16/+17
* ike: Use optional jitter to calculate retransmission timeoutsTobias Brunner2017-05-231-4/+27
* child-cfg: Use flags for boolean optionsTobias Brunner2017-05-231-2/+2
* ikev1: First do PSK lookups based on identities then fallback to IPsTobias Brunner2017-03-201-36/+34
* quick-mode: Correctly prepare NAT-OA payloads as responderTobias Brunner2017-03-061-8/+13
* ikev1: Respond to DPDs for rekeyed IKE_SAsTobias Brunner2017-02-171-0/+6
* ike: Add getter for the current message ID to task managerTobias Brunner2017-02-081-0/+7
* ikev1: Factor out IV and QM managementTobias Brunner2017-02-084-261/+498
* keymat: Allow keymat to modify signature scheme(s)Thomas Egerer2017-02-084-6/+10
* ikev1: Minor code optimization in task managerThomas Egerer2016-12-071-11/+5
* task-manager: Only trigger retransmit cleared alert if there was at least one...Tobias Brunner2016-10-051-1/+1
* ikev1: Activate task to delete the IKE_SA in state IKE_REKEYINGTobias Brunner2016-10-041-0/+8
* ikev1: Delete Quick Mode SAs before the ISAKMP SATobias Brunner2016-10-041-2/+2
* ikev1: Send derived CHILD_SA keys to the busTobias Brunner2016-10-041-14/+26
* ikev1: Send derived IKE_SA keys to busTobias Brunner2016-10-041-14/+11
* ikev1: Ignore the last two bytes of the Cisco Unity vendor IDTobias Brunner2016-08-241-0/+3
* ike1: Flush active queue when queueing a delete of the IKE_SATobias Brunner2016-07-191-0/+3
* ikev2: Add possibility to delay initiation of a queued taskTobias Brunner2016-06-171-3/+10
* ike: Add configuration option to switch to preferring supplied proposals over...Tobias Brunner2016-06-173-6/+13
* child-cfg: Add option to prefer supplied proposals over locally configured onesTobias Brunner2016-06-171-4/+4
* ike-cfg: Add option to prefer supplied proposals over locally configured onesTobias Brunner2016-06-172-4/+4
* quick-mode: Fix reporting lifebytes if lifetime is configuredTobias Brunner2016-06-171-2/+2
* task-manager: Add retransmit cleared alertTobias Brunner2016-06-061-0/+6
* task-manager: Add retransmit count to retransmit send alertThomas Egerer2016-06-061-1/+2
* ikev1: Queue INFORMATIONAL messages during XAuthTobias Brunner2016-06-061-5/+12
* ikev1: Activate DELETE tasks before other tasks in state ESTABLISHEDTobias Brunner2016-05-061-7/+7
* ikev1: Don't use rekeyed CHILD_SAs for rekey detectionTobias Brunner2016-05-061-4/+4
* ikev1: Don't call updown hook etc. when deleting redundant CHILD_SAsTobias Brunner2016-05-061-0/+1
* vici list-conns sends reauthentication and rekeying time informationAndreas Steffen2016-05-041-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-2416-99/+99
* credential-manager: Make online revocation checks optional for public key enu...Tobias Brunner2016-03-101-1/+1
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-032-3/+1
* ikev1: Send and verify IPv6 addresses correctlyTobias Brunner2016-03-031-26/+11
* ikev1: Allow immediate deletion of rekeyed CHILD_SAsTobias Brunner2016-03-031-1/+17
* ikev1: Avoid modifying local auth config when detecting pubkey methodTobias Brunner2016-03-031-1/+1
* ikev1: Log successful authentication with signature schemeThomas Egerer2016-02-011-1/+1
* mode-config: Reassign migrated virtual IP if client requests %anyTobias Brunner2015-11-121-1/+3
* traffic-selector: Don't end printf'ed list of traffic selectors with a spaceTobias Brunner2015-11-102-3/+3
* ikev1: Fix calculation of DPD timeoutTobias Brunner2015-11-091-0/+2
* xauth: Call authorize() hook also when xauth-noauth is usedTobias Brunner2015-11-091-2/+8
* ikev1: Handle queued INFORMATIONAL message after receiving the last AM requestTobias Brunner2015-10-301-0/+16
* ikev1: Queue INFORMATIONAL request if AM is not complete yetTobias Brunner2015-10-301-6/+13
* ikev1: Handle queued TRANSACTION messages only after processing repliesTobias Brunner2015-10-301-1/+2