summaryrefslogtreecommitdiff
path: root/src/receive.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added ratelimiting of handshake messagesMathias Hall-Andersen2017-07-111-0/+4
|
* Fixed incomming initiation bugMathias Hall-Andersen2017-07-101-2/+4
|
* Added replay protectionMathias Hall-Andersen2017-07-101-0/+4
|
* Improved timer state machineMathias Hall-Andersen2017-07-081-17/+27
|
* Added source verificationMathias Hall-Andersen2017-07-081-36/+101
|
* Fixed cookie reply processing bugMathias Hall-Andersen2017-07-071-24/+82
|
* Initial working full exchangeMathias Hall-Andersen2017-07-061-79/+71
| | | | | | 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-2/+3
|
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-0/+404