aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/child_sa_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-7/+7
|
* child-sa-manager: Add a global manager storing CHILD_SA relationsMartin Willi2015-02-201-0/+333
To quickly check out IKE_SAs and find associated CHILD_SAs, the child_sa_manager stores relations between CHILD_SAs and IKE_SAs. It provides CHILD_SA specific IKE_SA checkout functions wrapping the ike_sa_manager.