aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec
Commit message (Expand)AuthorAgeFilesLines
* struct iphdr is Linux specific use struct ip insteadTobias Brunner2012-08-291-6/+6
* Include stdint.h for UINT32_MAX on FreeBSDTobias Brunner2012-08-291-0/+1
* Fixed ip_packet_t if IPv6 is not availableTobias Brunner2012-08-081-0/+4
* Added IPsec processor which is responsible for handling in- and outbound packetsTobias Brunner2012-08-086-0/+449
* Represent the payload of an ESP packet as ip_packet_t instead of a chunk_tTobias Brunner2012-08-082-41/+76
* IPsec policies can be looked up based on an IP packetTobias Brunner2012-08-084-1/+62
* ip_packet_t parses the header of IP packetsTobias Brunner2012-08-084-0/+286
* Order IPsec policies by a pseudo-priority based on the traffic selectorsTobias Brunner2012-08-081-28/+127
* Implemented a checkout/checkin mechanism for IPsec SAsTobias Brunner2012-08-082-25/+285
* IPsec policy manager addedTobias Brunner2012-08-086-0/+278
* Method added to easily compare IPsec policiesTobias Brunner2012-08-082-0/+29
* Class representing an IPsec policy addedTobias Brunner2012-08-084-0/+302
* Schedule and relay expiration events for created IPsec SAsTobias Brunner2012-08-081-0/+95
* Added class to relay IPsec events (like expiration) to listenersTobias Brunner2012-08-087-0/+332
* Added IPsec SA managerTobias Brunner2012-08-086-7/+458
* Add methods to easily compare IPsec SAsTobias Brunner2012-08-082-0/+51
* Class representing an IPsec SA addedTobias Brunner2012-08-084-2/+356
* Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-082-4/+2
* esp_packet_t implements packet_t interfaceTobias Brunner2012-08-082-66/+100
* 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