summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard/noise.c
Commit message (Expand)AuthorAgeFilesLines
* wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld2020-09-091-4/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf2020-06-231-2/+2
* wireguard: noise: separate receive counter from send counterJason A. Donenfeld2020-05-201-12/+4
* wireguard: noise: read preshared key while taking lockJason A. Donenfeld2020-05-201-1/+5
* wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld2020-03-181-26/+29
* wireguard: noise: reject peers with low order public keysJason A. Donenfeld2020-02-051-3/+7
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-081-0/+828