summaryrefslogtreecommitdiff
path: root/main/src
AgeCommit message (Collapse)Author
2019-08-05Add skeleton build variantArne Schwabe
2019-08-05Remove leftover config.h lineArne Schwabe
2019-08-05Implement challenge response via IV_SSOArne Schwabe
2019-08-05Do not depend on old OpenSSL APIsArne Schwabe
2019-08-05Import OpenSSL 1.1.1cArne Schwabe
2019-08-05Do allow custom file chooser on Android Q+ since it will not workArne Schwabe
2019-08-05Fix KeyChain not selecting EC and fix manifestArne Schwabe
Also convert another file to Kotlin
2019-08-05Improve compatibility with API 29Arne Schwabe
2019-07-08Fix typoFelix W. Dekker
2019-03-26Upgrade OpenSSL 1.1.1bArne Schwabe
2019-02-26Also retry on AUTH FAILED for OpenVPN3 (closes #961)Arne Schwabe
2019-02-22Log allowed address families in LogArne Schwabe
2019-02-22Update translationsArne Schwabe
2019-02-22Update openvpn2/3 versionsArne Schwabe
2019-02-22Allow users to explicitly change allowAF independent from local LANArne Schwabe
access
2019-02-22Change allowed apps to also scroll the general settingsArne Schwabe
2019-02-07Fix building openvpn3 related filesArne Schwabe
Also remove noovpn3. I don't use it myself and don't want to spend the time right now to fix it.
2019-02-07Add killswitch FAQArne Schwabe
People annoy me too much with this nonsense
2019-02-07Clean up autoconverted codeArne Schwabe
2019-02-06Autoconvert file to kotlinArne Schwabe
2019-02-06Update translationsArne Schwabe
2019-02-06Update OpenVPN 2 and 3 versionsArne Schwabe
2019-02-05Ignore unset config version (closes #953)Arne Schwabe
2019-02-05Convert parser unit test to kotlinArne Schwabe
2019-02-03Change gradle files to kotlinArne Schwabe
2018-12-05Update ASIOArne Schwabe
2018-12-05Import new OpenVPN versionsArne Schwabe
2018-12-05Update to OpenSSL 1.1.1aArne Schwabe
2018-12-05Fix ' in translationsArne Schwabe
2018-12-04ReformattingArne Schwabe
2018-12-04Update translationsArne Schwabe
2018-12-04Always use lzo without optimisation on armv7a (closes #944)Arne Schwabe
2018-12-04Support tls-crypt-v2 in Configparser and UIArne Schwabe
2018-12-04Support new OpenVPN3 version with OpenSSL and print OpenVPN versionsArne Schwabe
2018-11-14Add option to allow apps to bypass VPNJared Stafford
2018-11-14Launch main activity when long pressing quick tileAndrew Rabert
2018-11-14Support new version of management-external-keyArne Schwabe
2018-10-18Include copy of openvpn-plugin.h in icsopenvpn to keep openvpn repo cleanArne Schwabe
2018-10-18Don't allow editing temporary profiles (closes #954)Arne Schwabe
2018-10-08Include possibility to use mbedtls+openvpn2Arne Schwabe
2018-10-08Allow specification of a CA even when a pkcs12 is usedArne Schwabe
2018-10-08Use TLS 1.3 compatible external key managementArne Schwabe
2018-10-02Fix some VPN Config import problem (closes #935)Arne Schwabe
2018-09-24Update translationsArne Schwabe
2018-09-24Update library and openvpn versionArne Schwabe
This includes OpenSSL 1.1.1 with TLS 1.3, so a lot of breakage is expected for slightly broken setups.
2018-09-19Import OpenSSL 1.1.1Arne Schwabe
2018-09-19Default to async for openvpn3. Fix a few bugs in extauthproviderArne Schwabe
2018-08-08Close inputstream from external imports (closes #921)Arne Schwabe
2018-08-06Implement certificate authentication via external providerArne Schwabe
2018-07-27First draft of an external TLS provider app.Arne Schwabe