strongswan/src/libipsec
Tobias Brunner e8140531fc libipsec: Pass the same data to del_policy() as to add_policy()
We already do this for the other kernel interfaces.

Fixes e1e88d5add ("libipsec: Don't attempt deletion of any non-IPsec policies")
2016-02-04 11:02:59 +01:00
..
tests libipsec: Add a unit-test for ESP encryption using ChaCha20Poly1305 2015-07-12 13:54:08 +02:00
Android.mk android: Fix build after updating Linux headers 2015-11-12 14:09:25 +01:00
Makefile.am libipsec: Add a unit-test test runner 2015-07-12 13:54:08 +02:00
esp_context.c libipsec: Properly support CAMELLIA in CTR mode 2015-10-30 11:04:42 +01:00
esp_context.h libipsec: Wrap traditional algorithms in AEAD wrapper 2013-05-03 15:13:57 +02:00
esp_packet.c libipsec: Avoid name clash with sched.h clone() 2014-06-04 15:53:01 +02:00
esp_packet.h ipsec: Use IV generator to encrypt ESP messages 2013-10-11 15:55:40 +02:00
ip_packet.c ip-packet: Fix length in IPv6 header of generated packets 2014-10-20 15:33:35 +02:00
ip_packet.h ip_packet: Add function to easily encode UDP packets 2014-07-22 11:10:35 +02:00
ipsec.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +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 kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid 2015-02-20 13:34:50 +01:00
ipsec_event_relay.c kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid 2015-02-20 13:34:50 +01:00
ipsec_event_relay.h kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid 2015-02-20 13:34:50 +01:00
ipsec_policy.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +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 libipsec: Pass the same data to del_policy() as to add_policy() 2016-02-04 11:02:59 +01:00
ipsec_policy_mgr.h libipsec: Pass the same data to del_policy() as to add_policy() 2016-02-04 11:02:59 +01:00
ipsec_processor.c libipsec: Support usage statistics and query_sa() on IPsec SAs 2013-10-11 10:23: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 kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid 2015-02-20 13:34:50 +01:00
ipsec_sa.h libipsec: Remove unused src/dst_ts parameters from ipsec_sa_mgr_t.add_sa() 2015-02-20 13:34:47 +01:00
ipsec_sa_mgr.c libipsec: Insert SAs first, so latest SA with the same reqid gets used 2015-05-21 15:38:31 +02:00
ipsec_sa_mgr.h libipsec: Pass separate inbound/update flags to the IPsec SA manager 2015-03-09 18:18:20 +01:00