summaryrefslogtreecommitdiffstats
path: root/src/handshake/types.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-90/+0
|
* WIP: TUN IO workerMathias Hall-Andersen2019-09-181-4/+6
| | | | Also removed the type parameters from the handshake device.
* Added initiation flood protectionMathias Hall-Andersen2019-08-071-2/+6
|
* Add rate limiter check to handshake messages.Mathias Hall-Andersen2019-08-061-0/+2
|
* Checking of mac2 fields on initiation & responseMathias Hall-Andersen2019-08-051-4/+1
| | | | | | In addition, moved the rng out. This will allow allocating one instance per worker, rather than every call.
* Validate mac2 fieldMathias Hall-Andersen2019-08-031-0/+2
|
* Successfully validate mac1 fieldMathias Hall-Andersen2019-08-011-0/+2
|
* Begin work on MAC field processingMathias Hall-Andersen2019-07-291-0/+81