aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ikev2
AgeCommit message (Expand)AuthorFilesLines
2020-07-07ikev2: per thread usage of openssl contextFilip Tehlar3-77/+47
2020-07-06ikev2: add profile dump APIJan Cavojsky6-0/+436
2020-07-06ikev2: add more ikev2 testsFilip Tehlar1-18/+135
2020-07-02ikev2: use remote proposals when installing tunnelFilip Tehlar1-2/+2
2020-06-30tests: ikev2: add nat traversal & cert based auth testFilip Tehlar6-49/+253
2020-06-27ikev2: add FEATURE.yamlBenoƮt Ganne1-0/+17
2020-06-27ikev2: remove unused fieldFilip Tehlar1-1/+0
2020-06-18ikev2: use both local and remote ID for profile lookupFilip Tehlar2-22/+50
2020-06-18tests: add ikev2 test framework with basic test caseFilip Tehlar2-0/+651
2020-06-15ikev2: announce both 'ESN' and 'No ESN'Filip Tehlar1-1/+0
2020-06-11ikev2: don't add DH group in ESP transform proposalsFilip Tehlar2-10/+10
2020-06-04ikev2: session cleanup after profile is deletedFilip Tehlar2-52/+119
2020-06-02ikev2: remove unused hash computationFilip Tehlar1-4/+1
2020-05-15ikev2: add support for NAT traversalFilip Tehlar4-82/+286
2020-05-14ikev2: use u32 in unformatFilip Tehlar1-1/+1
2020-05-13ikev2: fix removing of expired SAsFilip Tehlar1-1/+1
2020-05-05ipsec: User can choose the UDP source portNeale Ranns1-2/+2
2020-05-05ikev2: remove sa from main threadFilip Tehlar1-17/+29
2020-05-04ikev2: fix string in apiFilip Tehlar1-1/+1
2020-04-30ikev2: use thread local vlib_main in vlib_time_nowFilip Tehlar1-13/+9
2020-04-07ikev2: make liveness params configurableFilip Tehlar7-4/+130
2020-04-06ikev2: fix wrong index computationFilip Tehlar1-1/+1
2020-03-31ikev2: fix crash during peer live checkFilip Tehlar1-1/+8
2020-03-26ikev2: fix wrong usage of BN_bn2bin()Filip Tehlar3-12/+56
2020-03-26ikev2: dead peer detectionFilip Tehlar2-4/+95
2020-03-25ikev2: fix gcm in ike protocolFilip Tehlar1-1/+1
2020-03-23ikev2: fix typo in .api descriptionVratko Polak1-2/+1
2020-03-21ikev2: fix l2 interfaceFilip Tehlar1-2/+4
2020-03-21ikev2: add support for custom ipsec-over-udp portFilip Tehlar7-4/+165
2020-03-12ikev2: fix udp encapFilip Tehlar1-3/+3
2020-03-06ikev2: align per thread data to cache lineFilip Tehlar2-1/+4
2020-03-04ikev2: make integ algo optionalFilip Tehlar2-21/+40
2020-03-02ikev2: make UDP encap flag configurableFilip Tehlar7-0/+114
2020-02-28ikev2: fix incorrect reply messagesFilip Tehlar1-2/+2
2020-02-27ikev2: fix non-matching SPIs during rekeyFilip Tehlar1-0/+2
2020-02-25ikev2: add retry logic for session initiationFilip Tehlar1-0/+27
2020-02-24ikev2: proper cleanup of SAs during rekeyFilip Tehlar2-11/+115
2020-02-21ikev2: cleanup tunnels after subsequent sa-initFilip Tehlar1-0/+5
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-2/+2
2020-02-20ikev2: fix logging initFilip Tehlar1-3/+2
2020-02-17ikev2: IKE plugin manages the state of the protected tunnel interfaceNeale Ranns1-2/+8
2020-02-13ikev2: Responder honours the protected tunnel configNeale Ranns2-0/+10
2020-02-11ikev2: Configure a profile with an existing interfaceNeale Ranns7-30/+141
2020-02-10ikev2: better loggingFilip Tehlar5-187/+317
2020-01-27ipip: Multi-point interfaceNeale Ranns1-1/+1
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns1-1/+2
2019-12-12ikev2: fix crash during SA rekeyFilip Tehlar2-0/+27
2019-12-06ikev2: use explicit api typesOle Troan3-16/+21
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns1-1/+2
2019-11-22ikev2: install/remove ipsec tunnels from main threadFilip Tehlar2-68/+157