summaryrefslogtreecommitdiffstats
path: root/src/handshake/messages.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-363/+0
* Restructure dummy implementationsMathias Hall-Andersen2019-10-061-0/+13
* Begin work on the pure Wireguard implemenationMathias Hall-Andersen2019-09-141-3/+3
* Full inbound/outbound router testMathias Hall-Andersen2019-09-101-1/+0
* Move to RustCrypto AEAD crate for handshakeMathias Hall-Andersen2019-08-301-40/+25
* Prepare for resuse of message buffers for responseMathias Hall-Andersen2019-08-051-6/+6
* Added property-based test for full DoS interactionMathias Hall-Andersen2019-08-031-3/+3
* Make unit tests passMathias Hall-Andersen2019-08-011-23/+25
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-84/+206
* Begin work on MAC field processingMathias Hall-Andersen2019-07-291-0/+242