aboutsummaryrefslogtreecommitdiff
path: root/src/keypair.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align with go library layoutMathias Hall-Andersen2018-02-041-44/+0
|
* Clear cryptographic state when interface downMathias Hall-Andersen2018-02-021-1/+3
| | | | | Attempts to clear the cryptographic state for every peer when the device goes down.
* Added last_minute_handshake_guardMathias Hall-Andersen2017-09-201-28/+8
| | | | | | | - 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-4/+29
|
* Improved cookie/mac computation codeMathias Hall-Andersen2017-08-141-0/+6
|
* Added replay protectionMathias Hall-Andersen2017-07-101-7/+8
|
* Improved timer state machineMathias Hall-Andersen2017-07-081-13/+0
|
* Initial working full exchangeMathias Hall-Andersen2017-07-061-2/+1
| | | | | | 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-1/+2
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-9/+16
|
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-4/+7
|
* Begin implementation of outbound work queueMathias Hall-Andersen2017-06-261-2/+14
|
* Begin work on outbound packet flowMathias Hall-Andersen2017-06-261-2/+11
|
* Completed noise handshakeMathias Hall-Andersen2017-06-241-4/+4
|
* Restructuring of noise impl.Mathias Hall-Andersen2017-06-241-0/+12