Re: [guardian-dev] supporting SOCKS on Android via a custom SocketFactory

2016-09-06 Thread Michael Rogers
On 06/09/16 11:54, Hans-Christoph Steiner wrote: > Have you run tests yet of HTTPS verification using your technique? You > can take code from the NetCipher tests if you want. Thanks, that's a good idea. We've tried it with a few HTTPS sites but haven't done any testing in depth. > I don't

[guardian-dev] "I Protect" - panic app

2016-09-06 Thread Hans-Christoph Steiner
Anyone know anything about the "I Protect" app? It looks an awful lot like a rebranding version of Amnesty/iilab's PanicButton: http://ec-rf.org/app/ https://play.google.com/store/apps/details?id=com.asker.zumoapp=en

Re: [guardian-dev] supporting SOCKS on Android via a custom SocketFactory

2016-09-06 Thread Mark Murphy
On Tue, Sep 6, 2016, at 05:48, Hans-Christoph Steiner wrote: > Could we use this approach in NetCipher? IIRC, NetCipher has SOCKS support. The exception is with OkHttpClient, and that's because Square is not explicitly supporting SOCKS with OkHttp3: https://github.com/square/okhttp/issues/2315

Re: [guardian-dev] supporting SOCKS on Android via a custom SocketFactory

2016-09-06 Thread Michael Rogers
On 06/09/16 10:48, Hans-Christoph Steiner wrote: > Could we use this approach in NetCipher? I think Torsten that said this > approach requires android-14 at least, but we could just use HTTP > proxies to support older platforms. As far as I know this should work on any version of Android, but