summaryrefslogtreecommitdiff
path: root/main/src/main/java/de/blinkt/openvpn/core/ConfigParser.java
AgeCommit message (Expand)Author
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-15Add parsing of --provider to ConfigParserArne Schwabe
2021-10-15Implement tls-cert-profile in profile and parserArne Schwabe
2021-10-01Implement using compat-modeArne Schwabe
2021-02-16Implement UI support for --peer-fingerprintArne Schwabe
2020-09-14Include --cipher into --data-ciphers for the sake of compatibilityArne Schwabe
2019-11-20Implement importing profiles from Access ServerArne Schwabe
2019-10-28Ignore mtu parameter to mssfix (closes #1043)Arne Schwabe
2019-09-03Move to androidx and new chart library versionArne Schwabe
2019-08-05Implement challenge response via IV_SSOArne Schwabe
2018-12-04Support tls-crypt-v2 in Configparser and UIArne Schwabe
2018-10-02Fix some VPN Config import problem (closes #935)Arne Schwabe
2018-07-23Ignore tap-sleep option (closes #915)Arne Schwabe
2018-05-13Fall back to normal proxy options in the config in the presence of extraArne Schwabe
2018-04-23Implement HTTP User/Password Authentication via UI (closes #861, #856)Arne Schwabe
2018-03-14Tests for sock proxy supportArne Schwabe
2018-03-11OpenVPN 2.2 fixes and import socks/proxy in configparserArne Schwabe
2018-02-06Explicitly tell openvpn3 that it should not use user certificates (closes #836)Arne Schwabe
2017-11-26Ignroe our own always generated config items (closes #778)Arne Schwabe
2017-07-23route-noulll has no parameter (closes #730)Arne Schwabe
2017-05-18Implement tun-mtu and auth-retry in the uiArne Schwabe
2017-05-18Parser ipv6 and !noipv4 parameters of redirect-gateway (closes #675)Arne Schwabe
2017-05-16Support v4 protocol variantsArne Schwabe
2016-12-19Bail out if tls-remote is definedv0.6.62Arne Schwabe
2016-11-26Small fixesArne Schwabe
2016-11-19Implement tis-cryptArne Schwabe
2016-10-03Fix http-proxy-user-pass not embedded correctly in custom options (closes #551)Arne Schwabe
2016-09-06Also ignore "push" option in client config. For people with really broken con...Arne Schwabe
2016-08-31Ignore block-outside-dns, update gradle versionsArne Schwabe
2016-07-05Add UI option for x509-username-field option (closes #519)Arne Schwabe
2016-07-04Implement exponential back off between connection attempts and generally over...Arne Schwabe
2016-06-16Fix mtu option doing nothing with default settings.Arne Schwabe
2016-04-29Fix verify-x509-name parsingArne Schwabe
2016-03-07Actually embed the crl file in the generated configurationArne Schwabe
2016-03-07Support crl file inlining (also requires newer OpenVPN version)Arne Schwabe
2016-01-25Update copyright year to 2016Arne Schwabe
2016-01-14Parse multiple ca certs in <ca> for android device key configurations (closes...Arne Schwabe
2016-01-07Show VPN Status in profile list, tweak Status reportingArne Schwabe
2016-01-06Parse route-nopull on import (closes #431)Arne Schwabe
2016-01-02Make push-peer-info selectable in the UIArne Schwabe
2015-11-02Fix minor bugs, fix lz4, new version, new translationsv0.6.44-productionv0.6.44Arne Schwabe
2015-10-01Implement connect-timeout logic in OpenVPN and in the UI.Arne Schwabe
2015-08-13Fix parsing when the config starts with a byte order markerArne Schwabe
2015-07-08Fix importing config files with extra-certsArne Schwabe
2015-03-19Fix importing of auth-user-pass (closes #334), add support for finding the ab...Arne Schwabe
2015-03-16Only return not deleted profiles on the external APIArne Schwabe
2015-01-09ignore engine dynamicArne Schwabe
2014-11-28Fix test listenerArne Schwabe
2014-11-21Catch more exception when opening filesArne Schwabe