Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |
2018-02-02 | Clear cryptographic state when interface down | Mathias Hall-Andersen | |
Attempts to clear the cryptographic state for every peer when the device goes down. | |||
2018-02-02 | Rework of entire locking system | Mathias 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-30 | Refactor timers.go | Mathias Hall-Andersen | |
2017-09-20 | Added last_minute_handshake_guard | Mathias 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-01 | Improved handling of key-material | Mathias Hall-Andersen | |
2017-08-25 | Added fwmark code | Mathias Hall-Andersen | |
2017-08-14 | Improved cookie/mac computation code | Mathias Hall-Andersen | |
2017-08-04 | First set of code review patches | Mathias Hall-Andersen | |
2017-07-27 | Improved timer code | Mathias Hall-Andersen | |
2017-07-17 | Fixed deadlock in index.go | Mathias Hall-Andersen | |
2017-07-10 | Added replay protection | Mathias Hall-Andersen | |
2017-07-08 | Improved timer state machine | Mathias Hall-Andersen | |
2017-07-06 | Fixed broken test | Mathias Hall-Andersen | |
2017-07-06 | Initial working full exchange | Mathias Hall-Andersen | |
The implementation is now capable of connecting to another wireguard instance, complete a handshake and exchange transport messages. | |||
2017-07-02 | Fixed transport header problem | Mathias Hall-Andersen | |
2017-07-01 | Handshake negotiation functioning | Mathias Hall-Andersen | |
2017-06-30 | Completed initial version of outbound flow | Mathias Hall-Andersen | |
2017-06-28 | Work on UAPI | Mathias Hall-Andersen | |
Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review | |||
2017-06-27 | Implemented MAC1/2 calculation | Mathias Hall-Andersen | |
2017-06-26 | Begin implementation of outbound work queue | Mathias Hall-Andersen | |
2017-06-26 | Begin work on outbound packet flow | Mathias Hall-Andersen | |
2017-06-24 | Completed noise handshake | Mathias Hall-Andersen | |
2017-06-24 | Restructuring of noise impl. | Mathias Hall-Andersen | |
2017-06-23 | Beginning work noise handshake | Mathias Hall-Andersen | |