summaryrefslogtreecommitdiff
path: root/main/src/ui/java/de/blinkt/openvpn/core/OpenVPNThreadv3.java
AgeCommit message (Collapse)Author
2021-12-17Fix legacy provider not working with OpenVPN 2.xArne Schwabe
2021-12-17Import new OpenVPN3 versionArne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-12-17Update OpenVPN 2.x and OpenVPN 3.xArne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-10-15Add log message for unsupported key encryptionArne Schwabe
2021-10-15Improve detection and logging of weak md error FAQ hintArne Schwabe
2021-10-15Implement tls-cert-profile in profile and parserArne Schwabe
2021-10-13Enable proper legacy provider handling with OpenVPN3Arne Schwabe
2021-10-06Fix NPE in Toast on Android TV (closes #1370)Arne Schwabe
2021-10-01Implement new signing API as required by the OpenSSL 3.0 providerArne Schwabe
2021-08-13Add WEB_AUTH pending auth supportArne Schwabe
2021-04-15Implement VPN http proxy support (Android 10+) (closes #1263)Arne Schwabe
Use dhcp-option PROXY_HTTP 1.2.3.4 8080 or push "dhcp-option PROXY_HTTP 1.2.3.4 8080" from a server to use the feature.
2020-09-11Enable V2 signing, update openvpn/oepnvpn3Arne Schwabe
2019-12-20Change Swig java file generation to a more standard wayArne Schwabe
This also fixes the issues of Android studio not seeing the generated files.