Age | Commit message (Expand) | Author | Files | Lines |
2020-06-27 | ikev2: remove unused field | Filip Tehlar | 1 | -1/+0 |
2020-06-18 | ikev2: use both local and remote ID for profile lookup | Filip Tehlar | 2 | -22/+50 |
2020-06-18 | tests: add ikev2 test framework with basic test case | Filip Tehlar | 2 | -0/+651 |
2020-06-15 | ikev2: announce both 'ESN' and 'No ESN' | Filip Tehlar | 1 | -1/+0 |
2020-06-11 | ikev2: don't add DH group in ESP transform proposals | Filip Tehlar | 2 | -10/+10 |
2020-06-04 | ikev2: session cleanup after profile is deleted | Filip Tehlar | 2 | -52/+119 |
2020-06-02 | ikev2: remove unused hash computation | Filip Tehlar | 1 | -4/+1 |
2020-05-15 | ikev2: add support for NAT traversal | Filip Tehlar | 4 | -82/+286 |
2020-05-14 | ikev2: use u32 in unformat | Filip Tehlar | 1 | -1/+1 |
2020-05-13 | ikev2: fix removing of expired SAs | Filip Tehlar | 1 | -1/+1 |
2020-05-05 | ipsec: User can choose the UDP source port | Neale Ranns | 1 | -2/+2 |
2020-05-05 | ikev2: remove sa from main thread | Filip Tehlar | 1 | -17/+29 |
2020-05-04 | ikev2: fix string in api | Filip Tehlar | 1 | -1/+1 |
2020-04-30 | ikev2: use thread local vlib_main in vlib_time_now | Filip Tehlar | 1 | -13/+9 |
2020-04-07 | ikev2: make liveness params configurable | Filip Tehlar | 7 | -4/+130 |
2020-04-06 | ikev2: fix wrong index computation | Filip Tehlar | 1 | -1/+1 |
2020-03-31 | ikev2: fix crash during peer live check | Filip Tehlar | 1 | -1/+8 |
2020-03-26 | ikev2: fix wrong usage of BN_bn2bin() | Filip Tehlar | 3 | -12/+56 |
2020-03-26 | ikev2: dead peer detection | Filip Tehlar | 2 | -4/+95 |
2020-03-25 | ikev2: fix gcm in ike protocol | Filip Tehlar | 1 | -1/+1 |
2020-03-23 | ikev2: fix typo in .api description | Vratko Polak | 1 | -2/+1 |
2020-03-21 | ikev2: fix l2 interface | Filip Tehlar | 1 | -2/+4 |
2020-03-21 | ikev2: add support for custom ipsec-over-udp port | Filip Tehlar | 7 | -4/+165 |
2020-03-12 | ikev2: fix udp encap | Filip Tehlar | 1 | -3/+3 |
2020-03-06 | ikev2: align per thread data to cache line | Filip Tehlar | 2 | -1/+4 |
2020-03-04 | ikev2: make integ algo optional | Filip Tehlar | 2 | -21/+40 |
2020-03-02 | ikev2: make UDP encap flag configurable | Filip Tehlar | 7 | -0/+114 |
2020-02-28 | ikev2: fix incorrect reply messages | Filip Tehlar | 1 | -2/+2 |
2020-02-27 | ikev2: fix non-matching SPIs during rekey | Filip Tehlar | 1 | -0/+2 |
2020-02-25 | ikev2: add retry logic for session initiation | Filip Tehlar | 1 | -0/+27 |
2020-02-24 | ikev2: proper cleanup of SAs during rekey | Filip Tehlar | 2 | -11/+115 |
2020-02-21 | ikev2: cleanup tunnels after subsequent sa-init | Filip Tehlar | 1 | -0/+5 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces | Neale Ranns | 1 | -2/+2 |
2020-02-20 | ikev2: fix logging init | Filip Tehlar | 1 | -3/+2 |
2020-02-17 | ikev2: IKE plugin manages the state of the protected tunnel interface | Neale Ranns | 1 | -2/+8 |
2020-02-13 | ikev2: Responder honours the protected tunnel config | Neale Ranns | 2 | -0/+10 |
2020-02-11 | ikev2: Configure a profile with an existing interface | Neale Ranns | 7 | -30/+141 |
2020-02-10 | ikev2: better logging | Filip Tehlar | 5 | -187/+317 |
2020-01-27 | ipip: Multi-point interface | Neale Ranns | 1 | -1/+1 |
2020-01-27 | tunnel: Common types for IP tunnels | Neale Ranns | 1 | -1/+2 |
2019-12-12 | ikev2: fix crash during SA rekey | Filip Tehlar | 2 | -0/+27 |
2019-12-06 | ikev2: use explicit api types | Ole Troan | 3 | -16/+21 |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap | Neale Ranns | 1 | -1/+2 |
2019-11-22 | ikev2: install/remove ipsec tunnels from main thread | Filip Tehlar | 2 | -68/+157 |
2019-11-20 | ikev2: fix memory leak in child SA | Filip Tehlar | 1 | -16/+15 |
2019-11-14 | ikev2: add definitions for libssl | Aleksander Djuric | 1 | -0/+6 |
2019-11-14 | ikev2: correct byte order in api handlers | Aleksander Djuric | 1 | -10/+21 |
2019-11-04 | ikev2: fix traffic selector match | Filip Tehlar | 1 | -2/+2 |
2019-10-22 | ikev2: fix GCM cipher | Filip Tehlar | 4 | -108/+166 |
2019-10-09 | ikev2: fix dangling pointer | Filip Tehlar | 2 | -14/+28 |