summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-18don't build openvpn3, openssl speed test and rsapssno_opevpn3cyBerta
2022-08-08disable openvpn 3 build task and increase Gradle deamon's heap sizecyBerta
2022-08-08remove test classescyBerta
2022-08-08fix submodule paths for bitmask setupcyBerta
2022-08-08adopt ics-openvpn changes for bitmaskcyBerta
2022-08-03Disable profile encryption upon errorArne Schwabe
2022-08-02Use route exclusion API available in API 33Arne Schwabe
2022-07-22Version 0.7.38Arne Schwabe
2022-07-22Avoid two simultaneously startOpenVPN by forcing serialisation via handlerArne Schwabe
2022-07-22Refresh VPN list on resume() of VPN list fragment (closes #1508)Arne Schwabe
2022-07-22Do not delete any app permission when viewing settings (closes #1469)Arne Schwabe
2022-07-22Error out if both remap-usr1 SIGHUP and config stdin are used (closes #1491)Arne Schwabe
OpenVPN for Android uses config stdin to avoid writing the config file containing private keys to 'disk'. However using stdin means that config cannot be reread using SIGHUP. While there might be other corner cases that trigger SIGHUP, this is an obvious one, so we error out if we detect this misconfiguration.
2022-07-22Update OpenSSL to 3.0.5Arne Schwabe
2022-07-22Update asio to 1.23.0Arne Schwabe
2022-07-22Update OpenVPN/OpenVPN3, use xkey in OpenVPN3Arne Schwabe
2022-07-22Update gradle versionArne Schwabe
2022-05-07Version 0.7.37Arne Schwabe
2022-05-07sync openvpnArne Schwabe
2022-05-07really import OpenSSL 3.0.3Arne Schwabe
2022-05-07Remove jelly bean signing codeArne Schwabe
2022-05-05Version 0.7.36Arne Schwabe
2022-05-05Fix crash when trying to print proxy informationArne Schwabe
2022-05-04Version 0.7.35Arne Schwabe
2022-05-04Update OpenVPN 2.x and 3.xArne Schwabe
2022-05-04Import OpenSSL 3.0.3Arne Schwabe
2022-05-04Implement profile encryption using KeyMaster libraryArne Schwabe
2022-05-04Remove API support for API < 21 and lower (Lollipop)Arne Schwabe
Supporting just APIs 19 and 20 keeps a lot of code and the number of users is extremely small.
2022-05-04Remove API support for API < 19 (Kitkat)Arne Schwabe
The newest NDK only support API 19 and higher. Remove support for lower APIs from this app.
2022-05-04Update gradle modules and dependenciesArne Schwabe
2022-05-03Small code cleanupsArne Schwabe
2022-04-10Update doc for getSignedDataWithExtra functionlisa-bella97
After adding pss padding support the javadoc for getSignedDataWithExtra function in ExternalCertificateProvider.aidl was not updated.
2022-03-21Replace CompletableFuture with FutureTask to support API < 24 (closes #1471)Arne Schwabe
2022-03-16Version 0.7.34Arne Schwabe
2022-03-16Change order of registering devicestatereceiver (closes #1254)Arne Schwabe
This hopefully addresses the race condition mentioned in #1254.
2022-03-16Properly quote strings with ' in them in config/management (closes #1456)Arne Schwabe
2022-03-16Fix unit tests calling into NetworkUtils.getFakeMacAddrFromSAAIDArne Schwabe
2022-03-16Add intents for pausing/resuming VPN (closes #1460)Arne Schwabe
2022-03-16Also set fake mac address with OpenVPN 2.xArne Schwabe
The OpenVPN 2.x part of actually sending IV_HWADDR from env is still mising.
2022-03-16Update OpenVPN, OpenVPN 3 and OpenSSLArne Schwabe
2022-03-16Small updates to gradle versionsArne Schwabe
2022-02-19Update gradle depenendiesArne Schwabe
2022-02-18Use stdin instead android.conf in the file system to pass OpenVPN configArne Schwabe
2022-02-13use Handler in OpenVPN3Thread to avoid ANR for blocking callsArne Schwabe
2022-02-04Update gradle versionArne Schwabe
2022-01-13Add exception to allow linking against Apache 2 libraries (closes #477)Arne Schwabe
2022-01-13Version 0.7.33Arne Schwabe
2022-01-13Add config and log to issue templateArne Schwabe
2022-01-13Update OpenVPN (closes #1437)Arne Schwabe
2022-01-13Import new OpenVPN 3 versionArne Schwabe
2022-01-09Version 0.7.32Arne Schwabe