Giter Site home page Giter Site logo

Comments (4)

RJPercival avatar RJPercival commented on May 18, 2024 1

Thank you for creating these variants for supporting Android. We don't have any plans to add support to this repository but we'll document this in the README and link to your repositories.

from certificate-transparency-java.

rivercartwright avatar rivercartwright commented on May 18, 2024

I am not affiliated with this project, however, I have been reading and experimenting with this code recently. I have compiled a list of things that I would do if I were told I had to produce a version of this for Android.

  • Refactor into two separate jars so that the classes that uses the Apache HTTP components are in a client focused jar and the rest of the code is in a core jar. The Apache HTTP components conflict with the Android network classes.
  • Replaces uses of BouncyCastle with SpongyCastle which is the preferred BC implementation.
  • Replace use of com.google-code.json-simple with Gson, which contains newer bytecode which is compatible with Android.

from certificate-transparency-java.

rivercartwright avatar rivercartwright commented on May 18, 2024

I have published a variant of this repository that is compatible with Android for my purposes.
https://github.com/anonyome/certificate-transparency-android

from certificate-transparency-java.

mattmook avatar mattmook commented on May 18, 2024

I work at Babylon Health where we have recently open sourced our own Android version of this which we have been working on since the end of 2018 at https://github.com/Babylonpartners/certificate-transparency-android

We have set it up with easy configuration for use with OkHttp, HttpUrlConnection and Volley, you specify the domains you want CT to be enforced with and the library takes care of everything else, such as getting hold of an up-to-date log list.

from certificate-transparency-java.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.