aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/ipsec.h
Commit message (Collapse)AuthorAgeFilesLines
* Added IPsec processor which is responsible for handling in- and outbound packetsTobias Brunner2012-08-081-0/+6
| | | | | | Two callbacks can be registered that get called when new inbound plaintext and outbound ESP packets have been processed. Inbound ESP and outbound plaintext packets can be queued for processing with two other methods.
* IPsec policy manager addedTobias Brunner2012-08-081-0/+6
| | | | This version only provides the very simplest management functions.
* Added class to relay IPsec events (like expiration) to listenersTobias Brunner2012-08-081-0/+6
| | | | | Currently, only expiration of IPsec SAs is supported. Later other events for e.g. acquires or changed NAT endpoints could be added.
* Added IPsec SA managerTobias Brunner2012-08-081-1/+10
|
* Stub library for user space IPsec implementation added.Tobias Brunner2012-08-081-0/+56