]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Added last_minute_handshake_guard
authorMathias Hall-Andersen <mathias@hall-andersen.dk>
Wed, 20 Sep 2017 07:26:08 +0000 (09:26 +0200)
committerMathias Hall-Andersen <mathias@hall-andersen.dk>
Wed, 20 Sep 2017 07:26:08 +0000 (09:26 +0200)
commit47a21c8bb08c84d5f84e66ffd3b81ded957dda6d
tree99006a48c9aff4ba4c8bef0ae771715a20f1e2e2
parentf212795e51d839910085e08f9c6b09eac11863d3
Added last_minute_handshake_guard

- 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
src/keypair.go
src/noise_protocol.go
src/peer.go
src/receive.go
src/send.go
src/tests/netns.sh
src/timers.go