aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* kernel-netlink: Return const pointer from lookup_algorithm()Thomas Egerer2017-01-231-3/+4
* stroke: Load general PKCS#8 private keysAndreas Steffen2016-12-172-3/+9
* Merge branch 'Ed25519'Andreas Steffen2016-12-161-0/+32
|\
| * Implemented EdDSA for IKEv2 using a pro forma Identity hash functionAndreas Steffen2016-12-141-0/+32
* | vici: Check for closed connection in Python bindingsWeilu Jia2016-12-141-1/+4
|/
* kernel-netlink: Add support for AES-CMAC-96 (RFC 4494)Tobias Brunner2016-12-121-0/+1
* ikev1: Minor code optimization in task managerThomas Egerer2016-12-071-11/+5
* child-sa: Use single return statement in update_usebytes()Thomas Egerer2016-11-181-4/+8
* proposal: Remove RFC 5114 MODP DH groups from default proposalMartin Willi2016-11-151-2/+4
* proposal: Add curve25519 and curve448 to default proposalTobias Brunner2016-11-141-0/+2
* bus: Re-add ampersand that got lost in refactoringTobias Brunner2016-11-141-1/+1
* peer-cfg: Fix memory leak when replacing child configsTobias Brunner2016-11-111-0/+1
* bus: Fix maximum log level for different groups after removal of a loggerTobias Brunner2016-11-111-5/+5
* farp: Fix BPF jump false offsetVolker RĂ¼melin2016-10-311-1/+1
* connmark: Add CAP_NET_RAW to capabilities keep listTim Kent2016-10-251-0/+6
* Fixed some typos, courtesy of codespellTobias Brunner2016-10-141-1/+1
* kernel-netlink: Fix get_route() interface determinationChristophe Gouault2016-10-121-2/+2
* Save both base and delta CRLs to diskAndreas Steffen2016-10-112-2/+9
* vici: strongswan.conf cache_crls = yes saves fetched CRLs to diskAndreas Steffen2016-10-116-4/+83
* task-manager: Only trigger retransmit cleared alert if there was at least one...Tobias Brunner2016-10-052-2/+2
* unit-tests: Enable optional logging in libcharon unit testsTobias Brunner2016-10-051-0/+17
* unit-tests: Add more tests for proposal creationTobias Brunner2016-10-051-8/+62
* proposal: Correctly add AES-GMAC for AH proposalsTobias Brunner2016-10-051-0/+41
* proposal: Enforce separate proposals for AEAD and classic encryption algorithmsTobias Brunner2016-10-051-16/+22
* proposal: Make sure there is a PRF defined in IKE proposalsTobias Brunner2016-10-051-14/+34
* proposal: Make DH groups mandatory in IKE proposals parsed from stringsTobias Brunner2016-10-052-21/+40
* ikev2: Respond with NO_PROPOSAL_CHOSEN if proposal without DH group was selectedTobias Brunner2016-10-051-0/+1
* kernel-netlink: Consider RTA_SRC when looking for a source addressTobias Brunner2016-10-051-52/+134
* ikev2: Only add NAT-D notifies to DPDs as initiatorTobias Brunner2016-10-041-8/+15
* 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 DELETE for rekeyed IKE_SAsTobias Brunner2016-10-041-9/+5
* vici: Enable IKE fragmentation by defaultTobias Brunner2016-10-041-1/+1
* ike: Set default IKE fragment size to 1280Tobias Brunner2016-10-041-1/+1
* ikev2: Send derived CHILD_SA keys to the busTobias Brunner2016-10-041-26/+43
* ikev2: Send derived IKE_SA keys to busTobias Brunner2016-10-041-26/+30
* 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
* bus: Add new hooks for derived IKE_SA and CHILD_SA keysTobias Brunner2016-10-043-11/+131
* bus: Fix maximum log levels when mixing log/vlog implementing loggersTobias Brunner2016-09-301-12/+20
* kernel-netlink: Pass zero mark to kernel if mask is setTobias Brunner2016-09-301-2/+2
* kernel-netlink: Support configuring XFRM policy hashing thresholdsTobias Brunner2016-09-301-0/+107
* child-sa: Only install outbound FWD policies if explicitly configuredTobias Brunner2016-09-281-14/+27
* vici: Make installation of outbound FWD policies configurableTobias Brunner2016-09-281-25/+29
* child-cfg: Add setting that controls whether outbound FWD policies are installedTobias Brunner2016-09-282-0/+24
* kernel-netlink: Update cached reqid when updating policiesTobias Brunner2016-09-281-0/+2
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-221-2/+2
* eap-peap: Fix memory leaks when handling tunneled methodsTobias Brunner2016-09-201-1/+3
* ipseckey: Properly free enumerated certificatesTobias Brunner2016-09-201-12/+14
* ipseckey: Properly free public key after creating certificateTobias Brunner2016-09-201-1/+1