aboutsummaryrefslogtreecommitdiff
path: root/src/noise_protocol.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor timers.goMathias Hall-Andersen2017-11-301-2/+1
|
* Added last_minute_handshake_guardMathias Hall-Andersen2017-09-201-23/+22
| | | | | | | - Added last_minute_handshake_guard and reverted keypair changes. - Added comment explaining the state of Go in releation to handling cryptographic state in memory. - Decreased logging level of netsh test
* Improved handling of key-materialMathias Hall-Andersen2017-09-011-39/+97
|
* Added fwmark codeMathias Hall-Andersen2017-08-251-5/+6
|
* Improved cookie/mac computation codeMathias Hall-Andersen2017-08-141-42/+43
|
* First set of code review patchesMathias Hall-Andersen2017-08-041-0/+9
|
* Improved timer codeMathias Hall-Andersen2017-07-271-2/+1
|
* Fixed deadlock in index.goMathias Hall-Andersen2017-07-171-2/+3
|
* Added replay protectionMathias Hall-Andersen2017-07-101-3/+5
|
* Improved timer state machineMathias Hall-Andersen2017-07-081-1/+1
|
* Fixed broken testMathias Hall-Andersen2017-07-061-4/+4
|
* Initial working full exchangeMathias Hall-Andersen2017-07-061-4/+4
| | | | | | 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-5/+8
|
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-5/+16
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-37/+49
|
* Work on UAPIMathias Hall-Andersen2017-06-281-46/+81
| | | | | | | Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-5/+17
|
* Begin implementation of outbound work queueMathias Hall-Andersen2017-06-261-6/+37
|
* Begin work on outbound packet flowMathias Hall-Andersen2017-06-261-48/+58
|
* Completed noise handshakeMathias Hall-Andersen2017-06-241-14/+111
|
* Restructuring of noise impl.Mathias Hall-Andersen2017-06-241-56/+154
|
* Beginning work noise handshakeMathias Hall-Andersen2017-06-231-0/+179