Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | Fixed timer issue when failing to send handshake | Mathias Hall-Andersen | |
+ Identified send4 issue | |||
2017-10-16 | Initial implementation of source caching | Mathias Hall-Andersen | |
Yet untested. | |||
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-27 | Added code from windows branch | Mathias Hall-Andersen | |
2017-08-07 | Number of fixes in response to code review | Mathias Hall-Andersen | |
This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket. | |||
2017-08-04 | First set of code review patches | Mathias Hall-Andersen | |
2017-07-27 | Improved timer code | Mathias Hall-Andersen | |
2017-07-18 | Added last_handshake_time fields to UAPI | Mathias Hall-Andersen | |
2017-07-17 | Fixed deadlock in index.go | Mathias Hall-Andersen | |
2017-07-14 | Improved throughput | Mathias Hall-Andersen | |
- Improved performance by adding the message buffers to a sync.Pool. - Fixed issue with computing "next" key-pair upon receiving a response message. | |||
2017-07-13 | Terminate on interface deletion | Mathias Hall-Andersen | |
Program now terminates when the interface is removed Increases the number of os threads (relevant for Go <1.5, not tested) More consistent commenting Improved logging (additional peer information) | |||
2017-07-11 | Fixed MTU method for linux TUN interface | Mathias Hall-Andersen | |
Updated the TUN interface Added the "MTU" method for the linux implementation of the TUN interface | |||
2017-07-10 | Added replay protection | Mathias Hall-Andersen | |
2017-07-08 | Improved timer state machine | Mathias Hall-Andersen | |