Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added IPsec processor which is responsible for handling in- and outbound packets | Tobias Brunner | 2012-08-08 | 1 | -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 added | Tobias Brunner | 2012-08-08 | 1 | -0/+6 |
| | | | | This version only provides the very simplest management functions. | ||||
* | Added class to relay IPsec events (like expiration) to listeners | Tobias Brunner | 2012-08-08 | 1 | -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 manager | Tobias Brunner | 2012-08-08 | 1 | -1/+10 |
| | |||||
* | Stub library for user space IPsec implementation added. | Tobias Brunner | 2012-08-08 | 1 | -0/+56 |