aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/ike_cfg.c
Commit message (Collapse)AuthorAgeFilesLines
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-1/+17
| | | | fixed bugs in force_encap code
* added PDF support for CHILD_SAsMartin Willi2007-04-191-31/+0
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* restructured file layoutMartin Willi2007-04-101-0/+259
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads