Re: [PATCH net-next v2] net: WireGuard secure network tunnel

From: David Miller
Date: Sun Dec 08 2019 - 20:52:26 EST


From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Date: Mon, 9 Dec 2019 00:27:34 +0100

> WireGuard is a layer 3 secure networking tunnel made specifically for
> the kernel, that aims to be much simpler and easier to audit than IPsec.
> Extensive documentation and description of the protocol and
> considerations, along with formal proofs of the cryptography, are
> available at:
>
> * https://www.wireguard.com/
> * https://www.wireguard.com/papers/wireguard.pdf
...

Applied, thanks Jason.