summaryrefslogtreecommitdiffhomepage
path: root/src/noise_protocol.go
AgeCommit message (Collapse)Author
2018-02-04Align with go library layoutMathias Hall-Andersen
2018-02-02Clear cryptographic state when interface downMathias Hall-Andersen
Attempts to clear the cryptographic state for every peer when the device goes down.
2018-02-02Rework of entire locking systemMathias Hall-Andersen
Locking on the Device instance is now much more fined-grained, seperating out the fields into "resources" st. most common interactions only require a small number.
2017-11-30Refactor timers.goMathias Hall-Andersen
2017-09-20Added last_minute_handshake_guardMathias Hall-Andersen
- 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
2017-09-01Improved handling of key-materialMathias Hall-Andersen
2017-08-25Added fwmark codeMathias Hall-Andersen
2017-08-14Improved cookie/mac computation codeMathias Hall-Andersen
2017-08-04First set of code review patchesMathias Hall-Andersen
2017-07-27Improved timer codeMathias Hall-Andersen
2017-07-17Fixed deadlock in index.goMathias Hall-Andersen
2017-07-10Added replay protectionMathias Hall-Andersen
2017-07-08Improved timer state machineMathias Hall-Andersen
2017-07-06Fixed broken testMathias Hall-Andersen
2017-07-06Initial working full exchangeMathias Hall-Andersen
The implementation is now capable of connecting to another wireguard instance, complete a handshake and exchange transport messages.
2017-07-02Fixed transport header problemMathias Hall-Andersen
2017-07-01Handshake negotiation functioningMathias Hall-Andersen
2017-06-30Completed initial version of outbound flowMathias Hall-Andersen
2017-06-28Work on UAPIMathias Hall-Andersen
Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
2017-06-27Implemented MAC1/2 calculationMathias Hall-Andersen
2017-06-26Begin implementation of outbound work queueMathias Hall-Andersen
2017-06-26Begin work on outbound packet flowMathias Hall-Andersen
2017-06-24Completed noise handshakeMathias Hall-Andersen
2017-06-24Restructuring of noise impl.Mathias Hall-Andersen
2017-06-23Beginning work noise handshakeMathias Hall-Andersen