aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-082-4/+2
| | | | This avoids a dependency of libipsec to libhydra.
* esp_packet_t implements packet_t interfaceTobias Brunner2012-08-082-66/+100
| | | | This should allow to avoid unnecessary cloning of packet data.
* 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-084-2/+554
|
* Adding class to manage ESP context (crypto, sequence numbers)Tobias Brunner2012-08-084-2/+414
|
* Stub library for user space IPsec implementation added.Tobias Brunner2012-08-084-0/+174