aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* libipsec: Fix Windows build via MinGWTobias Brunner2017-01-251-0/+4
| | | | Fixes #2118.
* libipsec: Add a unit-test test runnerMartin Willi2015-07-121-8/+1
|
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-1/+5
| | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-2/+1
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* 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.
* Headers from libhydra (kernel interface related) are required in libipsecTobias Brunner2012-08-081-1/+3
|
* 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/+20