aboutsummaryrefslogtreecommitdiffstats
path: root/src/handshake/noise.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-549/+0
* WIP: TUN IO workerMathias Hall-Andersen2019-09-181-13/+10
* WIP: Work on handshake workerMathias Hall-Andersen2019-09-161-5/+5
* Reduce number of type parameters in routerMathias Hall-Andersen2019-08-311-2/+0
* Explicitly clear t0 in KDF macroMathias Hall-Andersen2019-08-311-3/+8
* Fix race condition on response processingMathias Hall-Andersen2019-08-311-28/+52
* Better management of key materialMathias Hall-Andersen2019-08-311-189/+204
* Move to RustCrypto AEAD crate for handshakeMathias Hall-Andersen2019-08-301-74/+38
* Renamed confirmed -> initator on keypairMathias Hall-Andersen2019-08-281-2/+2
* Update the blake2 crate to fix bug upstreamMathias Hall-Andersen2019-08-261-0/+66
* Layout work on routerMathias Hall-Andersen2019-08-161-0/+4
* Added initiation flood protectionMathias Hall-Andersen2019-08-071-1/+1
* Prepare for resuse of message buffers for responseMathias Hall-Andersen2019-08-051-0/+4
* Multiple mac2 can be checked concurrentlyMathias Hall-Andersen2019-08-051-2/+0
* Checking of mac2 fields on initiation & responseMathias Hall-Andersen2019-08-051-9/+12
* Validate mac2 fieldMathias Hall-Andersen2019-08-031-1/+0
* Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen2019-08-021-14/+45
* Make unit tests passMathias Hall-Andersen2019-08-011-25/+17
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-16/+7
* Begin work on MAC field processingMathias Hall-Andersen2019-07-291-0/+458