aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/config
Commit message (Expand)AuthorAgeFilesLines
* proposal: Add curve25519 and curve448 to default proposalTobias Brunner2016-11-141-0/+2
* peer-cfg: Fix memory leak when replacing child configsTobias Brunner2016-11-111-0/+1
* Fixed some typos, courtesy of codespellTobias Brunner2016-10-141-1/+1
* 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-051-4/+11
* child-cfg: Add setting that controls whether outbound FWD policies are installedTobias Brunner2016-09-282-0/+24
* Created newhope plugin implementing the New Hope key exchange algorithmAndreas Steffen2016-08-101-0/+1
* child-cfg: Add option to prefer supplied proposals over locally configured onesTobias Brunner2016-06-172-18/+33
* ike-cfg: Add option to prefer supplied proposals over locally configured onesTobias Brunner2016-06-172-27/+43
* proposal: Remove MODP_NONE from IKE proposals parsed from stringsTobias Brunner2016-06-171-0/+10
* proposal: Handle MODP_NONE in both directions when selecting proposalsTobias Brunner2016-06-171-6/+14
* vici list-conns sends reauthentication and rekeying time informationAndreas Steffen2016-05-043-4/+9
* proposal: Remove some weaker and rarely used DH groups from the default proposalTobias Brunner2016-05-041-3/+5
* Implemented IPsec policies restricted to given network interfaceAndreas Steffen2016-04-092-6/+27
* Support manually-set IPsec policy prioritiesAndreas Steffen2016-04-092-0/+25
* peer-cfg: Use struct to pass data to constructorTobias Brunner2016-04-092-72/+72
* child-cfg: Use struct to pass data to constructorTobias Brunner2016-04-092-76/+62
* Use standard unsigned integer typesAndreas Steffen2016-03-248-84/+84
* peer-cfg: Add method to atomically replace child configsTobias Brunner2016-03-082-2/+128
* ike-cfg: Use new method to compare proposal lists in equals()Tobias Brunner2016-03-081-20/+4
* peer-cfg: Use new method to compare linked lists in equals()Tobias Brunner2016-03-081-36/+3
* child-cfg: Add equals() methodTobias Brunner2016-03-082-2/+62
* peer-cfg: Set DPD timeout to at least DPD delayTobias Brunner2016-02-011-0/+4
* 128 bit default security strength for IKE and ESP algorithmsAndreas Steffen2015-12-171-40/+140
* traffic-selector: Don't end printf'ed list of traffic selectors with a spaceTobias Brunner2015-11-101-1/+1
* Fix some Doxygen issuesTobias Brunner2015-08-271-3/+3
* ike-cfg: Add helper function to determine address family of IP addressesTobias Brunner2015-07-272-1/+59
* proposal: Add default PRF for HMAC-MD5-128 and HMAC-SHA1-160 integrity algori...Tobias Brunner2014-10-311-0/+2
* ike-cfg: Use host_create_from_range() helperTobias Brunner2014-10-301-16/+1
* child-cfg: Ignore duplicate proposalsTobias Brunner2014-09-121-0/+11
* proposal: Fix equals()Tobias Brunner2014-09-121-5/+5
* child-cfg: Store connection specific replay window on CHILD_SA configMartin Willi2014-06-172-0/+38
* peer-cfg: Add missing UNIQUE_NEVER to unique_policy_namesMartin Willi2014-05-191-1/+2
* proposal: Don't return a default IKE proposal without encryption/AEAD algsMartin Willi2014-05-161-3/+23
* child-cfg: Allow passing NULL as proposal to add_proposal()Martin Willi2014-05-162-4/+7
* ike-cfg: Allow passing NULL to add_proposal()Martin Willi2014-05-162-3/+7
* proposal: Use an additional "default" constructor specific to AEAD algorithmsMartin Willi2014-05-162-0/+31
* proposal: Don't include AEAD algorithms in the default proposalMartin Willi2014-05-161-61/+66
* child-cfg: Fix removal of redundant traffic selectorsTobias Brunner2014-04-251-1/+1
* ike-cfg: Properly compare IKE proposals for equality5.1.3rc1Tobias Brunner2014-04-031-1/+1
* proposal: Don't fail DH proposal matching if peer includes NONETobias Brunner2014-03-311-4/+19
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-3/+3
* Added NTRU key exchange to default IKE proposalAndreas Steffen2013-11-271-0/+4
* proposal: Add ECC Brainpool DH groups to the default proposalTobias Brunner2013-10-171-0/+4
* Doxygen fixesTobias Brunner2013-10-151-1/+1
* proposal: Strip redundant integrity algos for ESP proposals onlyMartin Willi2013-10-111-16/+19
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-042-46/+211
* ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addrMartin Willi2013-09-043-25/+12