aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/ipsec
Commit message (Collapse)AuthorAgeFilesLines
* ipsec: Add a fourth priority class for bypass policiesTobias Brunner2014-06-191-1/+3
|
* child-sa: Pass the number of total policies tied to an SA to the kernelMartin Willi2014-06-041-0/+2
| | | | | This will be useful if the kernel backend has to know how many policies follow an SA install, for example if it must install all policies concurrently.
* Doxygen fixesTobias Brunner2013-10-151-1/+1
|
* ipsec_types: Add utility function to parse mark_t from stringsTobias Brunner2013-10-112-2/+46
|
* Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-082-0/+210
This avoids a dependency of libipsec to libhydra.