summaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wake workers when submitting workMathias Hall-Andersen2019-09-021-1/+2
|
* Outbound cryptkey routingMathias Hall-Andersen2019-09-011-0/+1
|
* Better management of key materialMathias Hall-Andersen2019-08-311-0/+1
|
* Move to RustCrypto AEAD crate for handshakeMathias Hall-Andersen2019-08-301-1/+2
|
* Added sealing/opening to the router workerMathias Hall-Andersen2019-08-271-0/+1
|
* Update the blake2 crate to fix bug upstreamMathias Hall-Andersen2019-08-261-2/+2
| | | | Included basic sanity check for the HKDF macroes, to avoid regression in future.
* Move to hjul crateMathias Hall-Andersen2019-08-241-2/+2
| | | | Moved timer code into seperate crate (`hjul').
* Initial version of timer frameworkMathias Hall-Andersen2019-08-221-0/+1
|
* Begin drafting cross-platform interfaceMathias Hall-Andersen2019-08-161-0/+1
|
* Layout work on routerMathias Hall-Andersen2019-08-161-1/+0
|
* Implement add_keypair semanticsMathias Hall-Andersen2019-08-131-0/+1
|
* Port replay filter and sketch router stateMathias Hall-Andersen2019-08-121-0/+2
|
* Concurrent rate limiterMathias Hall-Andersen2019-08-071-0/+2
| | | | | 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-1/+4
|
* Remove rust-crypto, move to libsodium bindingsMathias Hall-Andersen2019-08-021-1/+1
|
* Move to nested handshake message structureMathias Hall-Andersen2019-07-301-0/+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-1/+1
|
* Move parser code to zerocopyMathias Hall-Andersen2019-07-261-1/+3
|
* Fixed GenericArray versionMathias Hall-Andersen2019-07-251-1/+1
|
* Tested full handshakeMathias Hall-Andersen2019-07-241-0/+1
|
* Finish handshake exchangeMathias Hall-Andersen2019-07-221-0/+1
|
* Begin creation of responseMathias Hall-Andersen2019-07-181-0/+1
|
* Create initiation messageMathias Hall-Andersen2019-07-161-2/+2
|
* Begin work on creating initiationMathias Hall-Andersen2019-07-131-1/+5
|
* Add peers and psks to deviceMathias Hall-Andersen2019-07-121-1/+1
|
* Encoding / decoding of messagesMathias Hall-Andersen2019-07-101-0/+11