summaryrefslogtreecommitdiffstats
path: root/src/handshake/device.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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