Re: [guardian-dev] CWAC-NetSecurity: Android 7.0 Network Security Configuration Backport

2016-07-21 Thread Mark Murphy
On Thu, Jul 21, 2016, at 10:16, Hans-Christoph Steiner wrote: > do you think there would be a way to dynamically add supported CAs using > this API? The native Android 7.0 implementation does not support this. This backport could, at least in theory. I would need to make the ConfigSource version

Re: [guardian-dev] CWAC-NetSecurity: Android 7.0 Network Security Configuration Backport

2016-07-21 Thread Hans-Christoph Steiner
This looks very useful, and the new API looks like good progress. I seem to deal with decentralized services a lot, so my first question is: do you think there would be a way to dynamically add supported CAs using this API? Taking F-Droid or ChatSecure as an example: someone uses their own

Re: [guardian-dev] CWAC-NetSecurity: Android 7.0 Network Security Configuration Backport

2016-07-12 Thread Nathan of Guardian
On Tue, Jul 12, 2016, at 08:26 AM, Mark Murphy wrote: > In case anyone's interested, I created a backport of the Android 7.0 > network security configuration subsystem: > > https://github.com/commonsguy/cwac-netsecurity > > It works well with OkHttp3, so-so with HttpURLConnection, and other >

[guardian-dev] CWAC-NetSecurity: Android 7.0 Network Security Configuration Backport

2016-07-12 Thread Mark Murphy
In case anyone's interested, I created a backport of the Android 7.0 network security configuration subsystem: https://github.com/commonsguy/cwac-netsecurity It works well with OkHttp3, so-so with HttpURLConnection, and other interested parties could create bridges to connect it to other HTTP