summaryrefslogtreecommitdiff
path: root/app/src/test/resources
AgeCommit message (Collapse)Author
2024-12-11add missing example pem file for CredentialsParserTestcyBerta
2024-08-14Refactoring that allows enables Bitmask to handle providers that have more ↵cyBerta
than one obfs4 bridge per host correctly. The refactoring also allows us to filter gateways for transport layer protocols (tcp, udp, kcp) in addition to transport types (openvpn, obfs4, obfs4_hop)
2024-07-23add support for ed25519 private keys for VPN connection setupcyBerta
2024-06-26fix tests after breaking change how we start obfsvpn in conjunction with ↵cyBerta
openvpn, switching for socks proxying to transparent proxying
2024-04-15update test certcyBerta
2024-02-24update test vpn certcyBerta
2024-01-25update client cert for testcyBerta
2023-10-23fix testscyBerta
2023-07-19always provide private VPN key over management interface, avoid exposing it ↵cyBerta
in persisted openvpn config. The private key is stored encrypted instead
2023-07-08Update ca cert for calyxChirayu Desai
* For the old infra, previous cert expired * SHA256 fingerprint 4bba0f918fa4be8ec4dde420b7d0ba98a351c1f5866d783d377c6bac40fd187a * New infra cert untouched Change-Id: I3c85c3758ce1d78b8253b0b1191b28d567d99390
2023-04-16only take experimental transports into consideration in case the user ↵cyBerta
switched the experimental transport toggle
2023-04-13adding testscyBerta
2023-04-13fix sanity checks for the case of decoupled bridgescyBerta
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2023-04-13don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ↵cyBerta
and 'kcp' become valid protocols for obfs4
2023-04-08update riseup test certcyBerta
2023-01-20fixing testscyberta
2022-11-22update test vpn cert and key - we should find a better way to mock both ↵cyBerta
instead of relying on real keys and certs
2022-07-31implement obfuscation pinningcyBerta
2022-07-19add UI to enable experimental kcp transport if the client uses obfsvpn ↵cyBerta
instead of shapeshifter and the provider supports the kcp variant
2022-07-19add some more tests for kcp transport handlingcyBerta
2022-07-18Merge branch 'eip-service.json_updates' into 'master'cyberta
Fix auto-check issues after successful connection attempt Closes #9093 See merge request leap/bitmask_android!197
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2022-06-08test new ciphers setup and correct data-cipher parsingcyBerta
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update ↵cyBerta
message in UI
2021-12-21improve error handling message for custom branded clients in case of ↵cyBerta
misconfigured backend
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-23sort locations by transportcyBerta
2021-11-14skip obfs4 connections using either ipv6 addresses or UDPcyBerta
2021-11-14allow ipv6 only openvpn gatewayscyBerta
2021-11-12add an test for no network error handlingcyBerta
2021-11-07Add provider setup unit tests wrt. Tor handlingcyBerta
2021-11-07fix test provider json api v4cyBerta
2021-04-22add tests for getGatewayLocationscyBerta
2021-04-22add test for city based gateway selection with geo-ip service v1cyBerta
2021-04-22write tests for city based gateway selectioncyBerta
2021-04-22Adapt gateway selector to check for nearest gateway within a city. Also ↵cyBerta
optionally parse sortedGateways json object from menshen backend reponse
2021-04-22add an example menshen response, containing a host's load ratecyBerta
2021-02-16adapt eip-service.json parsing to support ipv6cyBerta
2021-01-12fix existing tests and add one to test if a default data-ciphers parameter ↵cyBerta
gets added correctly
2020-07-24fix bug in gateway selection - always iterate through all gateways and count ↵cyBerta
those supporting the requested transport in order to get the nClosest gateway; adding more tests
2020-07-23implement gateway selection based on geoip servicecyBerta
2020-07-01inject preshipped geoip url to provider objectcyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-19add new eip service setups for unit testscyBerta
2019-10-06add missing test jsoncyBerta
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta
2019-08-02create one vpnprofile per transport per gateway. implement basis to switch ↵cyBerta
between obfs4 and plain openvpn connections
2019-08-02squashed commit for Pluggable TransportscyBerta
* implement handling of different provider API version (v1 and v2) * detect provider's obfs support * shapeshifter-dispatcher installation * necessary changes to control shapeshifter-dispatcher from Bitmask * route openvpn traffic over shapeshifter-dispatcher