Git Product home page Git Product logo

Comments (5)

kbingham avatar kbingham commented on June 12, 2024 1

If you make an implementation, it is certainly worth sharing. : Please see https://libcamera.org/contributing.html

from libcamera.

kbingham avatar kbingham commented on June 12, 2024

The public-key implementation is a core detail of libcamera's ability to validate if dynamically loaded IPA modules are supported or not. If they are not signed, they are expected to be sandboxed, and isolated.

This implementation could likely be extended to support externally supplied public and private keys in some form, which would make it 'reproducible'.

from libcamera.

DesobedienteTecnologico avatar DesobedienteTecnologico commented on June 12, 2024

Thanks for your fast reply @kbingham.

It created confusion for me at some point, because I have made more than 4 buildings to check the file differences and still different "signature" in every build. Can be that probably still not reproducible even using the actual pub/priv keys used right now?

I will have a look in how to implement external supplied public and private keys.

Regards

from libcamera.

kbingham avatar kbingham commented on June 12, 2024

The private key is generated only once in a given build structure, so if you don't remove the build objects it should stay the same. But if you're building from clean, or in CI it will be a new key each time.
That's why you probably want a mechanism to provide the keys.
Or you could disable the signatures entirely and the modules will all be treated as external

from libcamera.

DesobedienteTecnologico avatar DesobedienteTecnologico commented on June 12, 2024

Understand, thanks for all the information.
I will work on this.

If you think that implementation can be needed in this repository, I could do a PR once is done.

Regards @kbingham

from libcamera.

Related Issues (20)

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.