aboutsummaryrefslogtreecommitdiff
path: root/device/noise-protocol.go
AgeCommit message (Expand)Author
2020-05-02device: use atomic access for unlocked keypair.nextJason A. Donenfeld
2020-04-07Revert "device: use wgcfg key types"David Crawshaw
2020-04-03device: remove racey read in session key rotation.David Anderson
2020-04-02device: add debug logs describing handshake rejectionAvery Pennarun
2020-04-02device: use wgcfg key typesDavid Crawshaw
2020-04-02device: give handshake state a typeDavid Crawshaw
2020-03-17noise: unify zero checking of ecdhJason A. Donenfeld
2019-10-22global: fix a few typos courtesy of codespellJonathan Tooker
2019-10-17device: recheck counters while holding write lockJason A. Donenfeld
2019-06-03device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher
2019-05-14global: regroup all importsJason A. Donenfeld
2019-03-03global: begin modularizationJason A. Donenfeld