openwisp / netjsonconfig

Network configuration management library based on NetJSON DeviceConfiguration
https://netjsonconfig.openwisp.org/
Other
359 stars 71 forks source link

[feature] Add support for tls-crypt instead of tls-auth #252

Open kosli opened 1 year ago

kosli commented 1 year ago

OpenVPN 2.4 onwards supports the tls-crypt option instead of tls-auth. It would be great if OpenWISP would support this feature instead of just tls-auth.

From the OpenVPN 2.5. manual:

kosli commented 1 year ago

OpenVPN 2.5 would even support client-specific tls-crypt keys, see Client-specific tls-crypt keys (--tls-crypt-v2) tls-crypt-v2 adds the ability to supply each client with a unique tls-crypt key. This allows large organisations and VPN providers to profit from the same DoS and TLS stack protection that small deployments can already achieve using tls-auth or tls-crypt.