Matthew Dolan

Results 70 comments of Matthew Dolan

Hi sorry @mahdibohloul I missed seeing your issue previously. The issue comes as you have both null types and default values. So while the null strategy will ensure it won't...

You shouldn't need kts to get this to work, it looks like you're just using the wrong version number. Try: ```groovy testImplementation 'com.appmattus.fixture:fixture:1.2.0' ```

This looks likely to be a conflict with the version of bouncycastle being resolved by your project. Some of these classes moved from version 1.6x to 1.7x which we currently...

Interesting article about CT checks using Conscrypt - https://techblog.bozho.net/certificate-transparency-verification-in-java/

The current implementation means that if you use an app that has CT enabled in China then the connection will be disallowed as we cannot get a list of log...

The list is constantly updated and not updating it could mean your app trusts a log list server that was found to be be malicious.

You are putting an additional requirement on apps using the library that they have to be updated regularly. Not all apps are updated frequently. Not all app users update their...

One thing I’m genuinely not sure about is how frequently you should update the list of log servers and their statuses. I had originally asked the question in the CT...

@shavinda-rabichandran-cko yes I think there is some benefit to doing this, and would provide a solution for access from China nicely too.