aboutsummaryrefslogtreecommitdiff
path: root/src/constants.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved timer codeMathias Hall-Andersen2017-07-271-0/+1
|
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-2/+2
| | | | | | | Program now terminates when the interface is removed Increases the number of os threads (relevant for Go <1.5, not tested) More consistent commenting Improved logging (additional peer information)
* Fixed MTU method for linux TUN interfaceMathias Hall-Andersen2017-07-111-4/+8
| | | | | Updated the TUN interface Added the "MTU" method for the linux implementation of the TUN interface
* Improved timer state machineMathias Hall-Andersen2017-07-081-0/+4
|
* Fixed cookie reply processing bugMathias Hall-Andersen2017-07-071-1/+1
|
* Initial working full exchangeMathias Hall-Andersen2017-07-061-1/+2
| | | | | | The implementation is now capable of connecting to another wireguard instance, complete a handshake and exchange transport messages.
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-1/+5
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-9/+9
|
* Work on UAPIMathias Hall-Andersen2017-06-281-8/+13
| | | | | | | Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-0/+16