Age | Commit message (Expand) | Author | Files | Lines |
2022-01-27 | build: fix compilation on OpenSSL 3.0 |  Damjan Marion | 1 | -0/+1 |
2021-10-08 | ikev2: lazy initialization |  Benoît Ganne | 4 | -52/+111 |
2021-10-07 | ikev2: do not require optional IDr on IKE AUTH |  Benoît Ganne | 1 | -8/+26 |
2021-10-07 | ikev2: add logs in case of parsing errors |  Benoît Ganne | 1 | -6/+24 |
2021-10-07 | ikev2: do not send IDi on responder AUTH |  Benoît Ganne | 1 | -1/+0 |
2021-09-29 | ikev2: build only when deps requirements are met |  Filip Tehlar | 2 | -113/+5 |
2021-09-27 | ikev2: support variable-length nonces |  Benoît Ganne | 1 | -21/+34 |
2021-09-27 | misc: api move continued |  Florin Coras | 1 | -1/+1 |
2021-08-26 | ikev2: check for valid cipher + integrity |  Benoît Ganne | 1 | -6/+6 |
2021-08-26 | ikev2: fix DNS resolution overflow |  Benoît Ganne | 1 | -1/+7 |
2021-08-20 | ikev2: fix use-after-free |  Benoît Ganne | 1 | -2/+3 |
2021-08-20 | ikev2: decrease inlining |  Benoît Ganne | 1 | -26/+26 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 2 | -2238/+0 |
2021-03-15 | ikev2: support responder hostname |  Filip Tehlar | 9 | -34/+255 |
2021-03-04 | ikev2: fix incorrect api message |  Filip Tehlar | 1 | -1/+1 |
2021-03-02 | ikev2: fix auth |  Filip Tehlar | 1 | -1/+1 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main |  Neale Ranns | 1 | -4/+4 |
2021-02-25 | ikev2: Use the IPSec functions for UDP port management |  Neale Ranns | 2 | -46/+2 |
2021-02-19 | ikev2: start counting msgid from 0 |  Filip Tehlar | 1 | -2/+2 |
2021-02-16 | ikev2: fix coverity warnings |  Filip Tehlar | 2 | -100/+117 |
2021-02-15 | ikev2: fix rekey against strongSwan |  Filip Tehlar | 2 | -52/+94 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration |  Andrew Yourtchenko | 1 | -0/+16 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -23/+37 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" |  Matthew Smith | 1 | -37/+23 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -23/+37 |
2021-02-05 | ikev2: fix bad ip in logs |  Filip Tehlar | 1 | -5/+9 |
2021-02-05 | tests: ikev2: non-default table id test |  Filip Tehlar | 1 | -0/+33 |
2021-02-04 | ikev2: add hint to the log when IDs do not match |  Filip Tehlar | 1 | -1/+10 |
2021-02-04 | ikev2: fix msgid |  Filip Tehlar | 1 | -0/+1 |
2021-01-27 | ikev2: add per SA stats |  Filip Tehlar | 7 | -15/+68 |
2021-01-21 | ip: Use correct enum type in ip_address_set |  Neale Ranns | 1 | -2/+2 |
2021-01-20 | ikev2: use new counters data model & add more counters |  Filip Tehlar | 3 | -50/+169 |
2021-01-13 | ikev2: remove assert condition |  Filip Tehlar | 1 | -19/+36 |
2021-01-08 | ikev2: fix lookup in wrong ip table |  Filip Tehlar | 1 | -4/+6 |
2020-12-14 | ikev2: add reason for deleted sa debug log |  Benoît Ganne | 1 | -5/+5 |
2020-12-14 | ikev2: fix show ikev2 profile |  Benoît Ganne | 1 | -38/+18 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 3 | -40/+40 |
2020-12-14 | api: add missing version info |  Paul Vinciguerra | 1 | -1/+1 |
2020-12-09 | ikev2: test responder behind NAT |  Filip Tehlar | 1 | -29/+49 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object |  Paul Vinciguerra | 1 | -0/+1 |
2020-12-02 | ikev2: fix nat traversal |  Filip Tehlar | 2 | -3/+48 |
2020-11-26 | ikev2: better handling when no IKE DH configured |  Filip Tehlar | 2 | -34/+161 |
2020-11-25 | ikev2: fix issue when sending multiple requests at once |  Filip Tehlar | 2 | -20/+68 |
2020-11-19 | ikev2: respect punting only for ipv4 |  Benoît Ganne | 1 | -1/+7 |
2020-11-18 | ikev2: fix memleak when tunnel protect fails |  Filip Tehlar | 1 | -20/+37 |
2020-11-09 | ikev2: add tests for DPD |  Filip Tehlar | 1 | -1/+62 |
2020-11-09 | ikev2: fix msg IDs generation |  Filip Tehlar | 1 | -14/+16 |
2020-11-09 | ikev2: fix udp encap |  Filip Tehlar | 2 | -9/+23 |
2020-10-31 | ikev2: add option to disable NAT traversal |  Filip Tehlar | 9 | -34/+154 |
2020-11-04 | ikev2: fix reply during rekey |  Filip Tehlar | 2 | -44/+192 |