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