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