Age | Commit message (Expand) | Author | Files | Lines |
2020-07-07 | ikev2: per thread usage of openssl context | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 3 | -77/+47 |
2020-07-06 | ikev2: add profile dump API | ![](//seccdn.libravatar.org/avatar/b7ebc9b680eb8eefe5934bd68e9d0f26?s=13&d=retro) Jan Cavojsky | 6 | -0/+436 |
2020-07-06 | ikev2: add more ikev2 tests | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -18/+135 |
2020-07-02 | ikev2: use remote proposals when installing tunnel | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -2/+2 |
2020-06-30 | tests: ikev2: add nat traversal & cert based auth test | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 6 | -49/+253 |
2020-06-27 | ikev2: add FEATURE.yaml | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 1 | -0/+17 |
2020-06-27 | ikev2: remove unused field | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+0 |
2020-06-18 | ikev2: use both local and remote ID for profile lookup | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -22/+50 |
2020-06-18 | tests: add ikev2 test framework with basic test case | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -0/+651 |
2020-06-15 | ikev2: announce both 'ESN' and 'No ESN' | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+0 |
2020-06-11 | ikev2: don't add DH group in ESP transform proposals | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -10/+10 |
2020-06-04 | ikev2: session cleanup after profile is deleted | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -52/+119 |
2020-06-02 | ikev2: remove unused hash computation | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -4/+1 |
2020-05-15 | ikev2: add support for NAT traversal | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 4 | -82/+286 |
2020-05-14 | ikev2: use u32 in unformat | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+1 |
2020-05-13 | ikev2: fix removing of expired SAs | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+1 |
2020-05-05 | ipsec: User can choose the UDP source port | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+2 |
2020-05-05 | ikev2: remove sa from main thread | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -17/+29 |
2020-05-04 | ikev2: fix string in api | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+1 |
2020-04-30 | ikev2: use thread local vlib_main in vlib_time_now | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -13/+9 |
2020-04-07 | ikev2: make liveness params configurable | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 7 | -4/+130 |
2020-04-06 | ikev2: fix wrong index computation | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+1 |
2020-03-31 | ikev2: fix crash during peer live check | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+8 |
2020-03-26 | ikev2: fix wrong usage of BN_bn2bin() | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 3 | -12/+56 |
2020-03-26 | ikev2: dead peer detection | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -4/+95 |
2020-03-25 | ikev2: fix gcm in ike protocol | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -1/+1 |
2020-03-23 | ikev2: fix typo in .api description | ![](//seccdn.libravatar.org/avatar/8c020ebe314c837573005858030c4a4d?s=13&d=retro) Vratko Polak | 1 | -2/+1 |
2020-03-21 | ikev2: fix l2 interface | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -2/+4 |
2020-03-21 | ikev2: add support for custom ipsec-over-udp port | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 7 | -4/+165 |
2020-03-12 | ikev2: fix udp encap | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -3/+3 |
2020-03-06 | ikev2: align per thread data to cache line | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -1/+4 |
2020-03-04 | ikev2: make integ algo optional | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -21/+40 |
2020-03-02 | ikev2: make UDP encap flag configurable | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 7 | -0/+114 |
2020-02-28 | ikev2: fix incorrect reply messages | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -2/+2 |
2020-02-27 | ikev2: fix non-matching SPIs during rekey | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -0/+2 |
2020-02-25 | ikev2: add retry logic for session initiation | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -0/+27 |
2020-02-24 | ikev2: proper cleanup of SAs during rekey | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -11/+115 |
2020-02-21 | ikev2: cleanup tunnels after subsequent sa-init | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -0/+5 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+2 |
2020-02-20 | ikev2: fix logging init | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -3/+2 |
2020-02-17 | ikev2: IKE plugin manages the state of the protected tunnel interface | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+8 |
2020-02-13 | ikev2: Responder honours the protected tunnel config | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 2 | -0/+10 |
2020-02-11 | ikev2: Configure a profile with an existing interface | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 7 | -30/+141 |
2020-02-10 | ikev2: better logging | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 5 | -187/+317 |
2020-01-27 | ipip: Multi-point interface | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+1 |
2020-01-27 | tunnel: Common types for IP tunnels | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+2 |
2019-12-12 | ikev2: fix crash during SA rekey | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -0/+27 |
2019-12-06 | ikev2: use explicit api types | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 3 | -16/+21 |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+2 |
2019-11-22 | ikev2: install/remove ipsec tunnels from main thread | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 2 | -68/+157 |