aboutsummaryrefslogtreecommitdiffstats
path: root/src/wg_noise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wg_noise: assign index without lock then checkMatt Dunwoodie2021-04-201-1/+11
* wg_noise: remove duplicate peer checkMatt Dunwoodie2021-04-201-5/+1
* wg_noise: check keypair recvwith after nonceMatt Dunwoodie2021-04-201-29/+25
* wg_noise: use sbintime_t instead of timespecMatt Dunwoodie2021-04-201-23/+19
* wg_noise: no need to enter epoch hereMatt Dunwoodie2021-04-201-6/+1
* wg_noise: whitespace cleanupMatt Dunwoodie2021-04-201-5/+0
* wg_noise: lookup both keypair and handshake index at onceMatt Dunwoodie2021-04-201-2/+8
* crypto: encrypt mbuf in placeMatt Dunwoodie2021-04-191-7/+8
* if_wg: import latest wg_noise.{c,h}Matt Dunwoodie2021-04-191-526/+889
* wg_noise: ensure non-zero'd handshakes have a valid local indexMatt Dunwoodie2021-03-221-4/+3
* compat: backport to FreeBSD 12.2Jason A. Donenfeld2021-03-181-1/+2
* Initial importJason A. Donenfeld2021-03-171-0/+952