aboutsummaryrefslogtreecommitdiff
path: root/src/send.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-29/+40
| | | | | | | 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)
* Improved timer state machineMathias Hall-Andersen2017-07-081-20/+38
|
* Added source verificationMathias Hall-Andersen2017-07-081-1/+1
|
* Fixed cookie reply processing bugMathias Hall-Andersen2017-07-071-31/+28
|
* Initial working full exchangeMathias Hall-Andersen2017-07-061-101/+87
| | | | | | The implementation is now capable of connecting to another wireguard instance, complete a handshake and exchange transport messages.
* Fixed transport header problemMathias Hall-Andersen2017-07-021-10/+17
|
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-10/+34
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-66/+140
|
* Completed get/set configurationMathias Hall-Andersen2017-06-291-3/+5
| | | | | For debugging of "outbound flow" Mostly, a few things still missing
* Work on UAPIMathias Hall-Andersen2017-06-281-75/+140
| | | | | | | Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-7/+9
|
* Begin implementation of outbound work queueMathias Hall-Andersen2017-06-261-46/+78
|
* Begin work on outbound packet flowMathias Hall-Andersen2017-06-261-0/+154