aboutsummaryrefslogtreecommitdiffstats
path: root/src/handshake/device.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-574/+0
* Restructure IO traits.Mathias Hall-Andersen2019-10-091-0/+9
* Added zero_key to peerMathias Hall-Andersen2019-09-211-2/+8
* WIP: TUN IO workerMathias Hall-Andersen2019-09-181-24/+34
* WIP: Work on handshake workerMathias Hall-Andersen2019-09-161-3/+3
* Begin work on the pure Wireguard implemenationMathias Hall-Andersen2019-09-141-4/+12
* Renamed confirmed -> initator on keypairMathias Hall-Andersen2019-08-281-5/+5
* Move to hjul crateMathias Hall-Andersen2019-08-241-1/+4
* Allow DoS mitigation to take any endpoint impl.Mathias Hall-Andersen2019-08-231-5/+11
* Port replay filter and sketch router stateMathias Hall-Andersen2019-08-121-21/+23
* Kill GC thread on Ratelimiter dropMathias Hall-Andersen2019-08-101-11/+102
* Added initiation flood protectionMathias Hall-Andersen2019-08-071-3/+12
* Add rate limiter check to handshake messages.Mathias Hall-Andersen2019-08-061-2/+18
* Prepare for resuse of message buffers for responseMathias Hall-Andersen2019-08-051-2/+2
* Checking of mac2 fields on initiation & responseMathias Hall-Andersen2019-08-051-19/+60
* Unit test for mac1 validationMathias Hall-Andersen2019-08-011-3/+6
* Successfully validate mac1 fieldMathias Hall-Andersen2019-08-011-7/+18
* Make unit tests passMathias Hall-Andersen2019-08-011-9/+32
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-7/+28
* Begin work on MAC field processingMathias Hall-Andersen2019-07-291-0/+315