aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ikev2/ikev2.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07ikev2: per thread usage of openssl contextFilip Tehlar1-4/+16
2020-07-02ikev2: use remote proposals when installing tunnelFilip Tehlar1-2/+2
2020-06-30tests: ikev2: add nat traversal & cert based auth testFilip Tehlar1-2/+2
2020-06-18ikev2: use both local and remote ID for profile lookupFilip Tehlar1-15/+39
2020-06-15ikev2: announce both 'ESN' and 'No ESN'Filip Tehlar1-1/+0
2020-06-11ikev2: don't add DH group in ESP transform proposalsFilip Tehlar1-1/+1
2020-06-04ikev2: session cleanup after profile is deletedFilip Tehlar1-51/+119
2020-06-02ikev2: remove unused hash computationFilip Tehlar1-4/+1
2020-05-15ikev2: add support for NAT traversalFilip Tehlar1-77/+272
2020-05-13ikev2: fix removing of expired SAsFilip Tehlar1-1/+1
2020-05-05ipsec: User can choose the UDP source portNeale Ranns1-2/+2
2020-05-05ikev2: remove sa from main threadFilip Tehlar1-17/+29
2020-04-30ikev2: use thread local vlib_main in vlib_time_nowFilip Tehlar1-13/+9
2020-04-07ikev2: make liveness params configurableFilip Tehlar1-4/+19
2020-04-06ikev2: fix wrong index computationFilip Tehlar1-1/+1
2020-03-31ikev2: fix crash during peer live checkFilip Tehlar1-1/+8
2020-03-26ikev2: fix wrong usage of BN_bn2bin()Filip Tehlar1-4/+16
2020-03-26ikev2: dead peer detectionFilip Tehlar1-4/+92
2020-03-25ikev2: fix gcm in ike protocolFilip Tehlar1-1/+1
2020-03-21ikev2: fix l2 interfaceFilip Tehlar1-2/+4
2020-03-21ikev2: add support for custom ipsec-over-udp portFilip Tehlar1-4/+99
2020-03-12ikev2: fix udp encapFilip Tehlar1-3/+3
2020-03-06ikev2: align per thread data to cache lineFilip Tehlar1-1/+2
2020-03-04ikev2: make integ algo optionalFilip Tehlar1-16/+19
2020-03-02ikev2: make UDP encap flag configurableFilip Tehlar1-0/+24
2020-02-27ikev2: fix non-matching SPIs during rekeyFilip Tehlar1-0/+2
2020-02-25ikev2: add retry logic for session initiationFilip Tehlar1-0/+27
2020-02-24ikev2: proper cleanup of SAs during rekeyFilip Tehlar1-11/+110
2020-02-21ikev2: cleanup tunnels after subsequent sa-initFilip Tehlar1-0/+5
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-2/+2
2020-02-20ikev2: fix logging initFilip Tehlar1-3/+2
2020-02-17ikev2: IKE plugin manages the state of the protected tunnel interfaceNeale Ranns1-2/+8
2020-02-13ikev2: Responder honours the protected tunnel configNeale Ranns1-0/+7
2020-02-11ikev2: Configure a profile with an existing interfaceNeale Ranns1-30/+77
2020-02-10ikev2: better loggingFilip Tehlar1-117/+93
2020-01-27ipip: Multi-point interfaceNeale Ranns1-1/+1
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns1-1/+2
2019-12-12ikev2: fix crash during SA rekeyFilip Tehlar1-0/+24
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns1-1/+2
2019-11-22ikev2: install/remove ipsec tunnels from main threadFilip Tehlar1-65/+155
2019-11-20ikev2: fix memory leak in child SAFilip Tehlar1-16/+15
2019-11-04ikev2: fix traffic selector matchFilip Tehlar1-2/+2
2019-10-22ikev2: fix GCM cipherFilip Tehlar1-104/+155
2019-10-09ikev2: fix dangling pointerFilip Tehlar1-13/+26
2019-10-03ipsec: initialize msgid and allow no dh in child saChristian E. Hopps1-14/+18
2019-09-19ikev2: add support for GCM cipherFilip Tehlar1-0/+20
2019-09-06ikev2: fix crash during IKE SA Init exchangeFilip Tehlar1-6/+1
2019-05-16init / exit function orderingDave Barach1-9/+9
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-02-25IKEv2 to pluginNeale Ranns1-0/+3487