Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-18 | don't build openvpn3, openssl speed test and rsapssno_opevpn3 | cyBerta | |
2022-08-08 | remove test classes | cyBerta | |
2022-08-08 | adopt ics-openvpn changes for bitmask | cyBerta | |
2022-08-03 | Disable profile encryption upon error | Arne Schwabe | |
2022-08-02 | Use route exclusion API available in API 33 | Arne Schwabe | |
2022-07-22 | Version 0.7.38 | Arne Schwabe | |
2022-07-22 | Avoid two simultaneously startOpenVPN by forcing serialisation via handler | Arne Schwabe | |
2022-07-22 | Refresh VPN list on resume() of VPN list fragment (closes #1508) | Arne Schwabe | |
2022-07-22 | Do not delete any app permission when viewing settings (closes #1469) | Arne Schwabe | |
2022-07-22 | Error 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-22 | Update OpenSSL to 3.0.5 | Arne Schwabe | |
2022-07-22 | Update asio to 1.23.0 | Arne Schwabe | |
2022-07-22 | Update OpenVPN/OpenVPN3, use xkey in OpenVPN3 | Arne Schwabe | |
2022-05-07 | Version 0.7.37 | Arne Schwabe | |
2022-05-07 | sync openvpn | Arne Schwabe | |
2022-05-07 | really import OpenSSL 3.0.3 | Arne Schwabe | |
2022-05-07 | Remove jelly bean signing code | Arne Schwabe | |
2022-05-05 | Version 0.7.36 | Arne Schwabe | |
2022-05-05 | Fix crash when trying to print proxy information | Arne Schwabe | |
2022-05-04 | Version 0.7.35 | Arne Schwabe | |
2022-05-04 | Update OpenVPN 2.x and 3.x | Arne Schwabe | |
2022-05-04 | Import OpenSSL 3.0.3 | Arne Schwabe | |
2022-05-04 | Implement profile encryption using KeyMaster library | Arne Schwabe | |
2022-05-04 | Remove 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-04 | Remove 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-04 | Update gradle modules and dependencies | Arne Schwabe | |
2022-05-03 | Small code cleanups | Arne Schwabe | |
2022-04-10 | Update doc for getSignedDataWithExtra function | lisa-bella97 | |
After adding pss padding support the javadoc for getSignedDataWithExtra function in ExternalCertificateProvider.aidl was not updated. | |||
2022-03-21 | Replace CompletableFuture with FutureTask to support API < 24 (closes #1471) | Arne Schwabe | |
2022-03-16 | Version 0.7.34 | Arne Schwabe | |
2022-03-16 | Change order of registering devicestatereceiver (closes #1254) | Arne Schwabe | |
This hopefully addresses the race condition mentioned in #1254. | |||
2022-03-16 | Properly quote strings with ' in them in config/management (closes #1456) | Arne Schwabe | |
2022-03-16 | Fix unit tests calling into NetworkUtils.getFakeMacAddrFromSAAID | Arne Schwabe | |
2022-03-16 | Add intents for pausing/resuming VPN (closes #1460) | Arne Schwabe | |
2022-03-16 | Also set fake mac address with OpenVPN 2.x | Arne Schwabe | |
The OpenVPN 2.x part of actually sending IV_HWADDR from env is still mising. | |||
2022-03-16 | Update OpenVPN, OpenVPN 3 and OpenSSL | Arne Schwabe | |
2022-03-16 | Small updates to gradle versions | Arne Schwabe | |
2022-02-18 | Use stdin instead android.conf in the file system to pass OpenVPN config | Arne Schwabe | |
2022-02-13 | use Handler in OpenVPN3Thread to avoid ANR for blocking calls | Arne Schwabe | |
2022-02-04 | Update gradle version | Arne Schwabe | |
2022-01-13 | Version 0.7.33 | Arne Schwabe | |
2022-01-13 | Update OpenVPN (closes #1437) | Arne Schwabe | |
2022-01-13 | Import new OpenVPN 3 version | Arne Schwabe | |
2022-01-09 | Version 0.7.32 | Arne Schwabe | |
2022-01-09 | Ignore "no such method" (closes #1265) | Arne Schwabe | |
2021-12-19 | Version 0.3.31 with new build code | Arne Schwabe | |
The google play store forced me to have a new version code. So here it is. | |||
2021-12-17 | Version 0.7.31 | Arne Schwabe | |
2021-12-17 | Fix legacy provider not working with OpenVPN 2.x | Arne Schwabe | |
2021-12-17 | Adjust version of openvpn 2.x to better reflect reality | Arne Schwabe | |
2021-12-17 | Update dependencies and version 0.7.30 | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> |