aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-16Layout work on routerMathias Hall-Andersen1-7/+0
2019-08-13Implement add_keypair semanticsMathias Hall-Andersen5-28/+141
2019-08-12Port replay filter and sketch router stateMathias Hall-Andersen10-86/+298
2019-08-10Work on sketching router interfaceMathias Hall-Andersen4-0/+183
2019-08-10Kill GC thread on Ratelimiter dropMathias Hall-Andersen3-112/+209
2019-08-07Concurrent rate limiterMathias Hall-Andersen3-107/+636
2019-08-07Added initiation flood protectionMathias Hall-Andersen4-26/+53
2019-08-06Add rate limiter check to handshake messages.Mathias Hall-Andersen7-8/+194
2019-08-05Prepare for resuse of message buffers for responseMathias Hall-Andersen4-22/+31
2019-08-05Multiple mac2 can be checked concurrentlyMathias Hall-Andersen2-20/+17
2019-08-05Checking of mac2 fields on initiation & responseMathias Hall-Andersen5-76/+119
2019-08-03Validate mac2 fieldMathias Hall-Andersen3-14/+24
2019-08-03Added property-based test for full DoS interactionMathias Hall-Andersen5-39/+245
2019-08-02Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen5-64/+294
2019-08-01Unit test for mac1 validationMathias Hall-Andersen2-15/+61
2019-08-01Successfully validate mac1 fieldMathias Hall-Andersen4-27/+97
2019-08-01Make unit tests passMathias Hall-Andersen5-65/+84
2019-07-30Move to nested handshake message structureMathias Hall-Andersen14-1379/+254
2019-07-29Begin work on MAC field processingMathias Hall-Andersen8-0/+1378
2019-07-28Restructured for wireguard-rsMathias Hall-Andersen13-63/+119
2019-07-26Added ability to remove peer from deviceMathias Hall-Andersen2-33/+46
2019-07-26Only impl. fmt for messages in testMathias Hall-Andersen2-5/+13
2019-07-26Move parser code to zerocopyMathias Hall-Andersen5-151/+138
2019-07-25FormattingMathias Hall-Andersen7-381/+326
2019-07-25Fixed GenericArray versionMathias Hall-Andersen3-39/+24
2019-07-25Added opaque identity to outputMathias Hall-Andersen4-39/+49
2019-07-25Avoid race-condition when allocating a new identityMathias Hall-Andersen1-5/+23
2019-07-24Fix TAI64 epochMathias Hall-Andersen2-4/+3
2019-07-24Tested full handshakeMathias Hall-Andersen8-40/+168
2019-07-22Finish handshake exchangeMathias Hall-Andersen6-107/+247
2019-07-18Begin creation of responseMathias Hall-Andersen7-94/+164
2019-07-18Begin processing of initationMathias Hall-Andersen6-47/+223
2019-07-17Better seperation and introduction of timestampMathias Hall-Andersen6-39/+136
2019-07-16Use precomputed static-staticMathias Hall-Andersen1-1/+1
2019-07-16Create initiation messageMathias Hall-Andersen8-123/+324
2019-07-14Test precomputed valuesMathias Hall-Andersen2-14/+44
2019-07-13Begin work on creating initiationMathias Hall-Andersen6-86/+353
2019-07-12Add peers and psks to deviceMathias Hall-Andersen6-134/+184
2019-07-11Add unit testsMathias Hall-Andersen4-28/+213