aboutsummaryrefslogtreecommitdiff
path: root/src/handshake.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial working full exchangeMathias Hall-Andersen2017-07-061-13/+16
| | | | | | 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-58/+2
|
* Removed exponential backoffMathias Hall-Andersen2017-06-301-45/+29
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-95/+146
|
* Work on UAPIMathias Hall-Andersen2017-06-281-0/+172
Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review