Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-03 | ipsec: initialize msgid and allow no dh in child sa |  Christian E. Hopps | 1 | -14/+18 |
2019-09-27 | ipsec: fix memleaks in ikev2 openssl code |  Christian E. Hopps | 1 | -3/+15 |
2019-09-27 | ikev2: remove api boilerplate |  Ole Troan | 6 | -261/+47 |
2019-09-19 | ikev2: add support for GCM cipher |  Filip Tehlar | 3 | -1/+43 |
2019-09-06 | ikev2: fix crash during IKE SA Init exchange |  Filip Tehlar | 1 | -6/+1 |
2019-07-09 | vat: unload unused vat plugins |  Dave Barach | 1 | -19/+2 |
2019-05-22 | Fix Diffie-Hellman exchange with newer openssl API |  Christian E. Hopps | 1 | -21/+16 |
2019-05-16 | init / exit function ordering |  Dave Barach | 3 | -15/+12 |
2019-05-03 | plugins: clean up plugin descriptions |  Dave Wallace | 1 | -1/+1 |
2019-02-27 | IKEv2 plugin export fixes |  Neale Ranns | 3 | -7/+24 |
2019-02-25 | IKEv2 to plugin |  Neale Ranns | 12 | -0/+8352 |