summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/noise.c
AgeCommit message (Expand)Author
2023-09-15wireguard: do not include crypto/algapi.hHerbert Xu
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2020-09-09wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-23wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf
2020-05-20wireguard: noise: separate receive counter from send counterJason A. Donenfeld
2020-05-20wireguard: noise: read preshared key while taking lockJason A. Donenfeld
2020-03-18wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld