summaryrefslogtreecommitdiffstats
path: root/src/handshake (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare for resuse of message buffers for responseMathias Hall-Andersen2019-08-054-22/+31
* Multiple mac2 can be checked concurrentlyMathias Hall-Andersen2019-08-052-20/+17
* Checking of mac2 fields on initiation & responseMathias Hall-Andersen2019-08-055-76/+119
* Validate mac2 fieldMathias Hall-Andersen2019-08-033-14/+24
* Added property-based test for full DoS interactionMathias Hall-Andersen2019-08-032-28/+41
* Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen2019-08-022-16/+178
* Unit test for mac1 validationMathias Hall-Andersen2019-08-012-15/+61
* Successfully validate mac1 fieldMathias Hall-Andersen2019-08-014-27/+97
* Make unit tests passMathias Hall-Andersen2019-08-015-65/+84
* Move to nested handshake message structureMathias Hall-Andersen2019-07-304-124/+242
* Begin work on MAC field processingMathias Hall-Andersen2019-07-298-0/+1378