summaryrefslogtreecommitdiffstats
path: root/src/wireguard/wireguard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removal of secret key in the handshake moduleMathias Hall-Andersen2019-11-081-63/+65
|
* Implement disable/enable timersMathias Hall-Andersen2019-11-061-1/+6
|
* Work on Up/Down operation on WireGuard deviceMathias Hall-Andersen2019-11-041-83/+35
|
* Work on UAPI parserMathias Hall-Andersen2019-11-031-14/+8
|
* Work on configuration interfaceMathias Hall-Andersen2019-11-021-0/+20
|
* Add derived_sessionMathias Hall-Andersen2019-10-311-2/+11
|
* Work on timer semanticsMathias Hall-Andersen2019-10-311-10/+30
|
* First full test of pure WireGuardMathias Hall-Andersen2019-10-281-6/+41
|
* Work on pure WireGuard testMathias Hall-Andersen2019-10-231-39/+47
|
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-231-4/+4
|
* Work on platform specific code (Linux)Mathias Hall-Andersen2019-10-231-6/+44
|
* Work on porting timer semantics and linux platformMathias Hall-Andersen2019-10-161-6/+23
|
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+407