summaryrefslogtreecommitdiffstats
path: root/src/handshake/macs.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added property-based test for full DoS interactionMathias Hall-Andersen2019-08-031-25/+38
* Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen2019-08-021-2/+133
* Unit test for mac1 validationMathias Hall-Andersen2019-08-011-12/+55
* Successfully validate mac1 fieldMathias Hall-Andersen2019-08-011-18/+75
* Make unit tests passMathias Hall-Andersen2019-08-011-8/+5
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-17/+1
* Begin work on MAC field processingMathias Hall-Andersen2019-07-291-0/+95