yeriomin / YalpStore

Download apks from Google Play Store
GNU General Public License v2.0
2.38k stars 258 forks source link

[Feature suggestion] Route traffic through Tor #410

Closed faissaloo closed 6 years ago

faissaloo commented 6 years ago

F-Droid has this feature implemented using The Guardian Project's NetCipher library.

yeriomin commented 6 years ago

Done.

ale5000-git commented 6 years ago

@guardianproject @eighthave Does NetCipher support TLS 1.3?

yeriomin commented 6 years ago

@ale5000-git NetCipher filters old and unsecure ciphers before creating a connection. It is a wrapper, not a HTTP client. It does not prevent using TLS 1.3.

eighthave commented 6 years ago

I know that NetCipher's HttpsURLConnection library does not currently support TLS 1.3. Patches welcome! I haven't had time to look into why, but I imagine it shouldn't be hard to fix.

NetCipher's OkHTTP or Volley libs might.