-
Notifications
You must be signed in to change notification settings - Fork 28
Support IMA file singing for built packages #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd like to take a swing at this one. |
Go for it! |
Like I’ve done in #244 I’d like to make it so that the private key signing the ima attributes can be held on an HSM. I think it’s should be fairly easier to do than with pgp, and that just accepting a signer that implements a I’m considering making imaevm crate just to separate the signing logic and not embedded it here. (IMA has a couple revisions of its signature scheme and I’m not sure it makes sense to embed that logic here). Anyway, this is my current train of thoughts. |
We already support getting the IMA signatures from existing packages, but we don't support adding IMA signatures to new packages being built.
The text was updated successfully, but these errors were encountered: