summaryrefslogtreecommitdiff
path: root/main/src/main/java/de/blinkt/openvpn/VpnProfile.java
AgeCommit message (Expand)Author
2021-12-17Fix legacy provider not working with OpenVPN 2.xArne Schwabe
2021-12-17Update OpenVPN and add support for the new xkey infrastructure in OpenVPNArne Schwabe
2021-12-17Update OpenVPN 2.x and OpenVPN 3.xArne Schwabe
2021-10-25Leave second DNS empty when importing config with only one DNS (closes #1410)Arne Schwabe
2021-10-20Fix writing tls profile to static key config and few cleanupsArne Schwabe
2021-10-15Remove duplicate and overzealous check for CA certificateArne Schwabe
2021-10-15Implement tls-cert-profile in profile and parserArne Schwabe
2021-10-13Fix summary of Auth settings dialog and add TLS Profile settingArne Schwabe
2021-10-13Fix warning with mCipher=nulll and add OpenVPN3 related warningArne Schwabe
2021-10-13Enable proper legacy provider handling with OpenVPN3Arne Schwabe
2021-10-07Fix static keys no longer working and remove duplicate checkArne Schwabe
2021-10-06Minor fixesArne Schwabe
2021-10-06Add option to allow loading the legacy providerArne Schwabe
2021-10-04Avoid ANR when starting OpenVPNService and fetching profileArne Schwabe
2021-10-03Fix peer-fingerprint with auth-user-passArne Schwabe
2021-10-01Do not use key CA certificate if peer-fingerprint is enabledArne Schwabe
2021-10-01Implement using compat-modeArne 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-02-16Implement UI support for --peer-fingerprintArne Schwabe
2020-11-23Provide a padding type for externalCertificateProviderEvgenii Potapov
2020-09-21Ignore AES-GCM cipher on conversionArne Schwabe
2020-09-14Include --cipher into --data-ciphers for the sake of compatibilityArne Schwabe
2020-05-27Implement internal webview for authenticating when OPEN_URL is usedArne Schwabe
2020-05-18Fix tls-cryptv2 profile generationArne Schwabe
2019-12-12Fix TLS 1.3 and TLS 1.2 with Android 4.1 (jelly bean)Arne Schwabe
2019-09-03Move to androidx and new chart library versionArne Schwabe
2019-08-05Implement challenge response via IV_SSOArne Schwabe
2019-02-22Allow users to explicitly change allowAF independent from local LANArne 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-10-18Don't allow editing temporary profiles (closes #954)Arne Schwabe
2018-10-08Include possibility to use mbedtls+openvpn2Arne 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-08-06Implement certificate authentication via external providerArne Schwabe
2018-07-02Implement app restrictions for MDM managed profilesArne Schwabe
2018-05-30Implement showing an out of band authentication via URL to the userArne Schwabe
2018-05-13Fall back to normal proxy options in the config in the presence of extraArne Schwabe
2018-04-04Improve unit tests, fix orbot warning (closes #860)Arne Schwabe
2018-03-22Improve socks proxy handlingArne Schwabe
2018-03-15Test and fix auth-retry config feature (closes #853)Arne Schwabe
2018-03-11OpenVPN 2.2 fixes and import socks/proxy in configparserArne Schwabe
2018-03-05Implement support for setting proxiesArne Schwabe
2018-02-06Explicitly tell openvpn3 that it should not use user certificates (closes #836)Arne Schwabe
2018-01-31Fix some build script issues.Arne Schwabe
2018-01-31Upgrade OpenVPN code an EC signing codeArne Schwabe
2018-01-29Change ovpn3 into normal and normal into noovpn3Arne Schwabe
2018-01-17Simplify DNS/DNS6 handlingArne Schwabe