docker-openvpn icon indicating copy to clipboard operation
docker-openvpn copied to clipboard

Use tls-crypt instead of tls-auth

Open tobyxdd opened this issue 6 years ago • 3 comments

With tls-crypt, all TLS protocol related packets (including handshakes, user authentication, config push, etc.) are encrypted and authenticated with the key from the static key file. This helps to hide the fact that it's an OpenVPN TLS connection, which is critical for people using it for circumventing censorship in suppressive countries like China or Iran.

tobyxdd avatar Aug 05 '19 16:08 tobyxdd

This is great, thanks!

fijimunkii avatar Aug 23 '19 16:08 fijimunkii

Any estimate on when we will see this merged?

septatrix avatar Feb 15 '21 11:02 septatrix

https://github.com/lisenet/docker-openvpn/releases/tag/2.6.6-build20

lisenet avatar Sep 28 '23 19:09 lisenet