aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* android: Remove/filter header files from LOCAL_SRC_FILESTobias Brunner2013-03-201-1/+3
| | | | This avoids huge warnings when building the native code.
* Added IPsec processor which is responsible for handling in- and outbound packetsTobias Brunner2012-08-081-0/+1
| | | | | | 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.
* ip_packet_t parses the header of IP packetsTobias Brunner2012-08-081-0/+1
|
* IPsec policy manager addedTobias Brunner2012-08-081-0/+1
| | | | This version only provides the very simplest management functions.
* Class representing an IPsec policy addedTobias Brunner2012-08-081-0/+1
|
* Added class to relay IPsec events (like expiration) to listenersTobias Brunner2012-08-081-0/+2
| | | | | 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/+2
|
* Class representing an IPsec SA addedTobias Brunner2012-08-081-1/+2
| | | | The IPsec SA also manages the respective ESP context.
* Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-081-2/+1
| | | | This avoids a dependency of libipsec to libhydra.
* ESP packet wrapper added, handles encryption/decryption/verification etc.Tobias Brunner2012-08-081-1/+2
|
* Adding class to manage ESP context (crypto, sequence numbers)Tobias Brunner2012-08-081-1/+2
|
* Stub library for user space IPsec implementation added.Tobias Brunner2012-08-081-0/+29