summaryrefslogtreecommitdiffstats
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert to crossbeamMathias Hall-Andersen2019-12-161-0/+21
|
* Added profiler featureMathias Hall-Andersen2019-12-141-0/+28
|
* Remove crossbeam dependencyMathias Hall-Andersen2019-12-101-20/+0
|
* Remove futures from dependenciesMathias Hall-Andersen2019-12-061-7/+0
|
* DaemonizationMathias Hall-Andersen2019-11-211-3/+20
|
* Clean dependencies and importsMathias Hall-Andersen2019-11-211-28/+0
|
* Remove unused dependenciesMathias Hall-Andersen2019-10-301-413/+0
|
* First full test of pure WireGuardMathias Hall-Andersen2019-10-281-0/+2
|
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+1
|
* Work on peer timersMathias Hall-Andersen2019-09-221-4/+3
|
* WIP: Handshake queue and workersMathias Hall-Andersen2019-09-151-0/+10
|
* Full inbound/outbound router testMathias Hall-Andersen2019-09-101-0/+28
|
* Begin work on full router interaction unittestMathias Hall-Andersen2019-09-081-0/+1
|
* More extensive outbound testMathias Hall-Andersen2019-09-041-0/+62
|
* Simply passing of JobBuffer ownershipMathias Hall-Andersen2019-09-041-0/+25
|
* Wake workers when submitting workMathias Hall-Andersen2019-09-021-0/+36
|
* Outbound cryptkey routingMathias Hall-Andersen2019-09-011-0/+234
|
* Better management of key materialMathias Hall-Andersen2019-08-311-0/+1
|
* Move to RustCrypto AEAD crate for handshakeMathias Hall-Andersen2019-08-301-110/+63
|
* Added sealing/opening to the router workerMathias Hall-Andersen2019-08-271-0/+257
|
* Update the blake2 crate to fix bug upstreamMathias Hall-Andersen2019-08-261-117/+114
| | | | Included basic sanity check for the HKDF macroes, to avoid regression in future.
* Move to hjul crateMathias Hall-Andersen2019-08-241-10/+33
| | | | Moved timer code into seperate crate (`hjul').
* Initial version of timer frameworkMathias Hall-Andersen2019-08-221-0/+7
|
* Begin drafting cross-platform interfaceMathias Hall-Andersen2019-08-161-0/+1
|
* Layout work on routerMathias Hall-Andersen2019-08-161-7/+0
|
* Implement add_keypair semanticsMathias Hall-Andersen2019-08-131-0/+7
|
* Port replay filter and sketch router stateMathias Hall-Andersen2019-08-121-0/+14
|
* Concurrent rate limiterMathias Hall-Andersen2019-08-071-0/+491
| | | | | The new rate limiter allows multiple simultaneous .allow calls. Also delegated GC to tokio.
* Add rate limiter check to handshake messages.Mathias Hall-Andersen2019-08-061-0/+1
|
* Added property-based test for full DoS interactionMathias Hall-Andersen2019-08-031-10/+199
|
* Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen2019-08-021-46/+109
|
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-3/+5
| | | | | | | | | | | | Having the nested structure: Handshake Message: Noise part (zerocopy message) MAC footer part (zerocopy message) Greatly simplifies processing the MAC fields, since the MAC footer covers the noise part, which can be accessed as bytes using AsBytes.
* Restructured for wireguard-rsMathias Hall-Andersen2019-07-281-16/+16
|
* Move parser code to zerocopyMathias Hall-Andersen2019-07-261-0/+70
|
* Fixed GenericArray versionMathias Hall-Andersen2019-07-251-5/+5
|
* Tested full handshakeMathias Hall-Andersen2019-07-241-0/+7
|
* Finish handshake exchangeMathias Hall-Andersen2019-07-221-0/+7
|
* Create initiation messageMathias Hall-Andersen2019-07-161-24/+65
|
* Begin work on creating initiationMathias Hall-Andersen2019-07-131-41/+179
|
* Add peers and psks to deviceMathias Hall-Andersen2019-07-121-78/+65
|
* Encoding / decoding of messagesMathias Hall-Andersen2019-07-101-0/+209