aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireguard/noise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-15wireguard: do not include crypto/algapi.hHerbert Xu1-1/+1
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-6/+39
2020-09-09wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld1-4/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-06-23wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf1-2/+2
2020-05-20wireguard: noise: separate receive counter from send counterJason A. Donenfeld1-12/+4
2020-05-20wireguard: noise: read preshared key while taking lockJason A. Donenfeld1-1/+5
2020-03-18wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld1-26/+29
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld1-3/+7
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld1-0/+828