summaryrefslogtreecommitdiffstats
path: root/sys/net/wg_noise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use SMR for wg_noiseMatt Dunwoodie2021-04-131-793/+847
* Ensure a peer has a consistent PSK (if set when creating)Matt Dunwoodie2021-04-041-7/+2
* Add noise_local_deinit to zero private keysMatt Dunwoodie2021-04-041-0/+8
* wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@sthen2021-03-211-5/+4
* add RCS tagstb2020-12-091-0/+1
* bzero the antireplay counter rwlock before rw_init'ing it, not after.sthen2020-12-011-1/+1
* release the correct lock in noise_remote_begin_session()jasper2020-10-311-1/+1
* add wg(4), an in kernel driver for WireGuard vpn communication.dlg2020-06-211-0/+1344