aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ikev2
AgeCommit message (Expand)AuthorFilesLines
2021-10-08ikev2: lazy initializationBenoît Ganne4-52/+111
2021-10-07ikev2: do not require optional IDr on IKE AUTHBenoît Ganne1-8/+26
2021-10-07ikev2: add logs in case of parsing errorsBenoît Ganne1-6/+24
2021-10-07ikev2: do not send IDi on responder AUTHBenoît Ganne1-1/+0
2021-09-29ikev2: build only when deps requirements are metFilip Tehlar2-113/+5
2021-09-27ikev2: support variable-length noncesBenoît Ganne1-21/+34
2021-09-27misc: api move continuedFlorin Coras1-1/+1
2021-08-26ikev2: check for valid cipher + integrityBenoît Ganne1-6/+6
2021-08-26ikev2: fix DNS resolution overflowBenoît Ganne1-1/+7
2021-08-20ikev2: fix use-after-freeBenoît Ganne1-2/+3
2021-08-20ikev2: decrease inliningBenoît Ganne1-26/+26
2021-05-13tests: move test source to vpp/testDave Wallace2-2238/+0
2021-03-15ikev2: support responder hostnameFilip Tehlar9-34/+255
2021-03-04ikev2: fix incorrect api messageFilip Tehlar1-1/+1
2021-03-02ikev2: fix authFilip Tehlar1-1/+1
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns1-4/+4
2021-02-25ikev2: Use the IPSec functions for UDP port managementNeale Ranns2-46/+2
2021-02-19ikev2: start counting msgid from 0Filip Tehlar1-2/+2
2021-02-16ikev2: fix coverity warningsFilip Tehlar2-100/+117
2021-02-15ikev2: fix rekey against strongSwanFilip Tehlar2-52/+94
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+16
2021-02-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-23/+37
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith1-37/+23
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-23/+37
2021-02-05ikev2: fix bad ip in logsFilip Tehlar1-5/+9
2021-02-05tests: ikev2: non-default table id testFilip Tehlar1-0/+33
2021-02-04ikev2: add hint to the log when IDs do not matchFilip Tehlar1-1/+10
2021-02-04ikev2: fix msgidFilip Tehlar1-0/+1
2021-01-27ikev2: add per SA statsFilip Tehlar7-15/+68
2021-01-21ip: Use correct enum type in ip_address_setNeale Ranns1-2/+2
2021-01-20ikev2: use new counters data model & add more countersFilip Tehlar3-50/+169
2021-01-13ikev2: remove assert conditionFilip Tehlar1-19/+36
2021-01-08ikev2: fix lookup in wrong ip tableFilip Tehlar1-4/+6
2020-12-14ikev2: add reason for deleted sa debug logBenoît Ganne1-5/+5
2020-12-14ikev2: fix show ikev2 profileBenoît Ganne1-38/+18
2020-12-14misc: move to new pool_foreach macrosDamjan Marion3-40/+40
2020-12-14api: add missing version infoPaul Vinciguerra1-1/+1
2020-12-09ikev2: test responder behind NATFilip Tehlar1-29/+49
2020-12-07tests: py2 cleanup - remove subclassing of objectPaul Vinciguerra1-0/+1
2020-12-02ikev2: fix nat traversalFilip Tehlar2-3/+48
2020-11-26ikev2: better handling when no IKE DH configuredFilip Tehlar2-34/+161
2020-11-25ikev2: fix issue when sending multiple requests at onceFilip Tehlar2-20/+68
2020-11-19ikev2: respect punting only for ipv4Benoît Ganne1-1/+7
2020-11-18ikev2: fix memleak when tunnel protect failsFilip Tehlar1-20/+37
2020-11-09ikev2: add tests for DPDFilip Tehlar1-1/+62
2020-11-09ikev2: fix msg IDs generationFilip Tehlar1-14/+16
2020-11-09ikev2: fix udp encapFilip Tehlar2-9/+23
2020-10-31ikev2: add option to disable NAT traversalFilip Tehlar9-34/+154
2020-11-04ikev2: fix reply during rekeyFilip Tehlar2-44/+192
2020-11-04ikev2: increase tick interval in process nodeFilip Tehlar1-13/+2