summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/noise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld2022-07-071-4/+1
* wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf2022-07-071-2/+2
* wireguard: noise: separate receive counter from send counterJason A. Donenfeld2022-07-071-12/+4
* wireguard: noise: read preshared key while taking lockJason A. Donenfeld2022-07-071-1/+5
* wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld2022-07-071-26/+29
* wireguard: noise: reject peers with low order public keysJason A. Donenfeld2022-07-071-3/+7
* net: WireGuard secure network tunnelJason A. Donenfeld2022-07-071-0/+861