summaryrefslogtreecommitdiff
path: root/main/src/test/java/de/blinkt/openvpn/core/TestConfigParser.kt
AgeCommit message (Collapse)Author
2021-10-25Leave second DNS empty when importing config with only one DNS (closes #1410)Arne Schwabe
When importing a configuration with only one DNS server, the second DNS server what never overwritten, resulting in having the Google DNS as backup server. Also change Google DNS to Quad9 by default.
2021-10-03Move Ui specific unit tests to Ui specific test fileArne 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
2020-05-19Update test dependenciesArne Schwabe
2020-05-18Fix tls-cryptv2 profile generationArne Schwabe
2019-12-31Add test for issue #1124Arne Schwabe
2019-02-05Convert parser unit test to kotlinArne Schwabe