strongswan/src/libipsec
Tobias Brunner fdee6b5f5a Moved packet_t and tun_device_t to networking folder 2012-10-24 15:06:18 +02:00
..
Android.mk Added IPsec processor which is responsible for handling in- and outbound packets 2012-08-08 15:41:03 +02:00
Makefile.am Added IPsec processor which is responsible for handling in- and outbound packets 2012-08-08 15:41:03 +02:00
esp_context.c Include stdint.h for UINT32_MAX on FreeBSD 2012-08-29 15:32:26 +02:00
esp_context.h Adding class to manage ESP context (crypto, sequence numbers) 2012-08-08 15:41:02 +02:00
esp_packet.c Represent the payload of an ESP packet as ip_packet_t instead of a chunk_t 2012-08-08 15:41:03 +02:00
esp_packet.h Moved packet_t and tun_device_t to networking folder 2012-10-24 15:06:18 +02:00
ip_packet.c Fix parsing of IPv6 headers in ip_packet_t 2012-09-28 15:15:07 +02:00
ip_packet.h Moved packet_t and tun_device_t to networking folder 2012-10-24 15:06:18 +02:00
ipsec.c Added IPsec processor which is responsible for handling in- and outbound packets 2012-08-08 15:41:03 +02:00
ipsec.h Added IPsec processor which is responsible for handling in- and outbound packets 2012-08-08 15:41:03 +02:00
ipsec_event_listener.h Added class to relay IPsec events (like expiration) to listeners 2012-08-08 15:41:03 +02:00
ipsec_event_relay.c Added class to relay IPsec events (like expiration) to listeners 2012-08-08 15:41:03 +02:00
ipsec_event_relay.h Added class to relay IPsec events (like expiration) to listeners 2012-08-08 15:41:03 +02:00
ipsec_policy.c IPsec policies can be looked up based on an IP packet 2012-08-08 15:41:03 +02:00
ipsec_policy.h Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00
ipsec_policy_mgr.c IPsec policies can be looked up based on an IP packet 2012-08-08 15:41:03 +02:00
ipsec_policy_mgr.h Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00
ipsec_processor.c Log IP addresses for discarded inbound IPsec packets 2012-10-16 14:16:17 +02:00
ipsec_processor.h Added IPsec processor which is responsible for handling in- and outbound packets 2012-08-08 15:41:03 +02:00
ipsec_sa.c Setter for src and destination address of ipsec_sa_t added 2012-10-16 14:16:17 +02:00
ipsec_sa.h Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00
ipsec_sa_mgr.c Use pointers for lookups in IPsec SA manager 2012-10-16 14:16:17 +02:00
ipsec_sa_mgr.h Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00