summaryrefslogtreecommitdiffstats
path: root/device/noise-protocol.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: remove TODO name graffitiJason A. Donenfeld2021-02-231-1/+0
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
* device: the psk is not a chapoly keyJason A. Donenfeld2021-01-281-1/+1
* device: combine debug and info log levels into 'verbose'Jason A. Donenfeld2021-01-261-2/+2
* device: change logging interface to use functionsJosh Bleecher Snyder2021-01-261-2/+2
* device: fix races from changing private_keyJosh Bleecher Snyder2021-01-071-1/+0
* replay: minor API changes to more idiomatic GoRiobard Zhan2020-10-141-1/+1
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* device: use atomic access for unlocked keypair.nextJason A. Donenfeld2020-05-021-7/+9
* device: add debug logs describing handshake rejectionAvery Pennarun2020-05-021-4/+8
* device: give handshake state a typeDavid Crawshaw2020-05-021-17/+38
* noise: unify zero checking of ecdhJason A. Donenfeld2020-03-171-53/+47
* global: fix a few typos courtesy of codespellJonathan Tooker2019-10-221-3/+3
* device: recheck counters while holding write lockJason A. Donenfeld2019-10-171-2/+7
* device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher2019-06-031-1/+1
* global: regroup all importsJason A. Donenfeld2019-05-141-2/+3
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+600