WireGuard: Next Generation Kernel Network Tunnel [pdf]
1–10 of 26 posts
Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#2Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#3Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#4Looking at the design of WireGuard it seems relatively obvious. Is there a reason it took this long to get such a basic solution?
Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#5Looking at the design of WireGuard it seems relatively obvious. Is there a reason it took this long to get such a basic solution?
Cryptographic knowledge is much more available today than it was 17 years ago when OpenVPN started, so that has probably helped. Some of the constructs used in Wireguard (such as ChaCha20Poly1305) are also quite recent, and didn't exist when OpenVPN started.
Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#6https://news.ycombinator.com/item?id=16326438
https://news.ycombinator.com/item?id=15596963
https://news.ycombinator.com/item?id=17659983
The last one highlighting the last blocker for any serious adoption.
Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#7Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#8Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#9I'm insanely impressed that he's come up with something so good, and I have no knowledge of cryptography and writing truly secure code, so I don't like to complain like this... but it would be nice to have a real timeline so that we can make our own decision about whether we want to use the closed source alternatives.
Re: WireGuard: Next Generation Kernel Network Tunnel [pdf]
#10I'm a little off-put by the creator's attitude towards clients he didn't have a hand in making[0]. And the fact that 5 months ago he said we'd have a windows client around the corner, and yet after taking a cursory look at the two projects, development on one appears to be stalled, and the other still can't support windows, doesn't bode well. I'm insanely impressed that he's come up with something so good, and I have…