Age | Commit message (Expand) | Author | Files | Lines |
2020-07-28 | ikev2: fix session re-initiate after SA expires |  Filip Tehlar | 2 | -1/+3 |
2020-07-24 | ikev2: add SA dump API |  jan_cavojsky | 5 | -6/+907 |
2020-07-23 | ikev2: add global message length check |  Benoît Ganne | 1 | -96/+89 |
2020-07-20 | ikev2: refactor and test profile dump API |  Filip Tehlar | 9 | -129/+340 |
2020-07-16 | ikev2: fix race condition in child_sa update |  Benoît Ganne | 1 | -0/+3 |
2020-07-15 | ikev2: add support for AES-GCM cipher in IKE |  Filip Tehlar | 6 | -120/+345 |
2020-07-14 | ikev2: API downgrade due to lack of ikev2 tests |  Filip Tehlar | 1 | -19/+17 |
2020-07-07 | ikev2: per thread usage of openssl context |  Filip Tehlar | 3 | -77/+47 |
2020-07-06 | ikev2: add profile dump API |  Jan Cavojsky | 6 | -0/+436 |
2020-07-06 | ikev2: add more ikev2 tests |  Filip Tehlar | 1 | -18/+135 |
2020-07-02 | ikev2: use remote proposals when installing tunnel |  Filip Tehlar | 1 | -2/+2 |
2020-06-30 | tests: ikev2: add nat traversal & cert based auth test |  Filip Tehlar | 6 | -49/+253 |
2020-06-27 | ikev2: add FEATURE.yaml |  Benoît Ganne | 1 | -0/+17 |
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 |