summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Work on pure WireGuard testMathias Hall-Andersen2019-10-237-83/+156
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-2326-270/+352
* Work on platform specific code (Linux)Mathias Hall-Andersen2019-10-2314-80/+277
* Work on porting timer semantics and linux platformMathias Hall-Andersen2019-10-1610-237/+293
* Work on Linux platform codeMathias Hall-Andersen2019-10-1336-52/+293
* Port timer.c from WireGuardMathias Hall-Andersen2019-10-112-21/+76
* Enable adding TUN reader to WG interfaceMathias Hall-Andersen2019-10-117-144/+244
* Start porting kernel timer semanticsMathias Hall-Andersen2019-10-094-50/+115
* Restructure IO traits.Mathias Hall-Andersen2019-10-0916-343/+610
* Restructure dummy implementationsMathias Hall-Andersen2019-10-068-230/+320
* Added key_confirmed callbackMathias Hall-Andersen2019-09-288-114/+217
* Work on peer timersMathias Hall-Andersen2019-09-228-64/+135
* Added zero_key to peerMathias Hall-Andersen2019-09-216-66/+190
* WIP: TUN IO workerMathias Hall-Andersen2019-09-186-129/+212
* WIP: Work on handshake workerMathias Hall-Andersen2019-09-165-24/+76
* WIP: Handshake queue and workersMathias Hall-Andersen2019-09-154-26/+90
* Sent staged packets when key-pair confirmedMathias Hall-Andersen2019-09-154-46/+50
* Begin work on the pure Wireguard implemenationMathias Hall-Andersen2019-09-1413-144/+182
* Test for confirmation of key using staged packetMathias Hall-Andersen2019-09-111-6/+13
* Simplified router testsMathias Hall-Andersen2019-09-114-145/+169
* Full inbound/outbound router testMathias Hall-Andersen2019-09-1011-247/+392
* Begin work on full router interaction unittestMathias Hall-Andersen2019-09-085-91/+239
* Fixed outbound unittestMathias Hall-Andersen2019-09-074-24/+22
* Write inbound packets to TUN deviceMathias Hall-Andersen2019-09-079-138/+306
* Added outbound benchmarkMathias Hall-Andersen2019-09-055-89/+126
* Output test number and parameters to debugMathias Hall-Andersen2019-09-041-1/+3
* More extensive outbound testMathias Hall-Andersen2019-09-046-116/+231
* Expanded outbound testMathias Hall-Andersen2019-09-046-21/+44
* Simply passing of JobBuffer ownershipMathias Hall-Andersen2019-09-047-299/+274
* Wake workers when submitting workMathias Hall-Andersen2019-09-026-155/+190
* Reconsider inorder queueingMathias Hall-Andersen2019-09-026-17/+85
* Outbound cryptkey routingMathias Hall-Andersen2019-09-019-35/+602
* Added Bind trait to routerMathias Hall-Andersen2019-08-316-60/+70
* Reduce number of type parameters in routerMathias Hall-Andersen2019-08-318-72/+137
* 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-317-223/+234
* Move to RustCrypto AEAD crate for handshakeMathias Hall-Andersen2019-08-306-271/+163
* Join with worker threads on device dropMathias Hall-Andersen2019-08-286-30/+91
* Renamed confirmed -> initator on keypairMathias Hall-Andersen2019-08-285-11/+13
* Start worker threads for deviceMathias Hall-Andersen2019-08-282-26/+53
* Add confirm_key stubMathias Hall-Andersen2019-08-272-6/+16
* Use confirmation status from keypair in dec-stateMathias Hall-Andersen2019-08-271-6/+7
* Work on inbound/outbound consume codeMathias Hall-Andersen2019-08-273-8/+69
* Added sealing/opening to the router workerMathias Hall-Andersen2019-08-276-22/+326
* Removed unused sub-moduleMathias Hall-Andersen2019-08-271-52/+0
* Removed unused sub-moduleMathias Hall-Andersen2019-08-272-88/+2
* Unbox callback closuresMathias Hall-Andersen2019-08-275-60/+77
* Work on callback structure for cryptkey routerMathias Hall-Andersen2019-08-266-59/+97
* Update the blake2 crate to fix bug upstreamMathias Hall-Andersen2019-08-263-119/+182