jochenthomas
Occasional Visitor
Hi,
it's not about Aususwrt-Merlin, but hope to get some valuable answers here ;-)
Currently OpenVPN is properly set up on Router, Win10 and Android, but not on IOS 11.2.
As you know "OpenVPN Connect" was not updated on the Apple store since roughly one year - for what ever reason maybe forced to stop development or cooperation with some agencies, mising money, who knows...
My current OVPN configuration is something like this:
Esp. the following aspects are in question as newer OpenVPN Connect/PolarSSL/TLS-Vers. version is needed:
LZ4, AES-256-GCM or AES-256-CBC, SHA512 / tls-crypt
My question:
What is your proposal to be able to have a secure OpenVPN configuration without having a newer/updated version on IOS11.x working.
it's not about Aususwrt-Merlin, but hope to get some valuable answers here ;-)
Currently OpenVPN is properly set up on Router, Win10 and Android, but not on IOS 11.2.
As you know "OpenVPN Connect" was not updated on the Apple store since roughly one year - for what ever reason maybe forced to stop development or cooperation with some agencies, mising money, who knows...
My current OVPN configuration is something like this:
Code:
proto udp
dev tun
ca / cert / key /tls-auth / dh4096.pem
comp-lz4
auth SHA512
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-DHE-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-DHE-RSA-WITH-AES-128-CBC-SHA:TLS-DHE-RSA-WITH-CAMELLIA-128-CBC-SHA
Esp. the following aspects are in question as newer OpenVPN Connect/PolarSSL/TLS-Vers. version is needed:
LZ4, AES-256-GCM or AES-256-CBC, SHA512 / tls-crypt
My question:
What is your proposal to be able to have a secure OpenVPN configuration without having a newer/updated version on IOS11.x working.