aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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