aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/config/child_cfg.h
Commit message (Collapse)AuthorAgeFilesLines
* child-cfg: Optionally set mark on inbound SATobias Brunner2017-11-021-0/+3
|
* child-cfg: Optionally use 96-bit truncation for HMAC-SHA-256Tobias Brunner2017-05-261-0/+3
| | | | | | | | The correct truncation is 128-bit but some implementations insist on using 96-bit truncation. With strongSwan this can be negotiated using an algorithm identifier from a private range. But this doesn't work with third-party implementations. This adds an option to use 96-bit truncation even if the official identifier is used.
* child-cfg: Add flag to enable hardware offloadTobias Brunner2017-05-231-0/+3
|
* child-cfg: Use flags for boolean optionsTobias Brunner2017-05-231-47/+29
| | | | Makes it potentially easier to add new flags.
* child-cfg: Add setting that controls whether outbound FWD policies are installedTobias Brunner2016-09-281-0/+10
|
* child-cfg: Add option to prefer supplied proposals over locally configured onesTobias Brunner2016-06-171-1/+3
|
* vici list-conns sends reauthentication and rekeying time informationAndreas Steffen2016-05-041-1/+2
|
* Implemented IPsec policies restricted to given network interfaceAndreas Steffen2016-04-091-0/+9
|
* Support manually-set IPsec policy prioritiesAndreas Steffen2016-04-091-0/+10
|
* child-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-37/+43
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-7/+7
|
* child-cfg: Add equals() methodTobias Brunner2016-03-081-1/+9
|
* child-cfg: Store connection specific replay window on CHILD_SA configMartin Willi2014-06-171-0/+14
|
* child-cfg: Allow passing NULL as proposal to add_proposal()Martin Willi2014-05-161-3/+3
| | | | Making the API consistent to the one of ike_cfg.
* Fix various API doc issues and typosTobias Brunner2013-07-181-5/+5
| | | | Partially based on an old patch by Adrian-Ken Rueegsegger.
* Derive a dynamic TS to multiple virtual IPsMartin Willi2012-09-181-2/+2
|
* Fixed common misspellings.Tobias Brunner2011-07-201-2/+2
| | | | Mostly found by 'codespell'.
* Added a TFC padding option to child_cfgMartin Willi2010-12-201-1/+9
|
* start and route connections defined in an SQL database via start_action ↵Andreas Steffen2010-11-281-6/+15
| | | | field and ipsec up %startall command
* Moved ipsec_transform_t to kernel_ipsec.h in libhydra.Tobias Brunner2010-09-021-17/+0
| | | | | Because of this libfreeswan, pluto, starter etc. now depend on that file (and libhydra). This resolved some duplicate declarations.
* Moved kernel interface to libhydra.Tobias Brunner2010-09-021-32/+4
|
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-091-2/+3
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-1/+22
|
* Add reqid field and getter function to child_cfg_t.Reto Buerki2010-05-041-2/+10
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+310