Skip to content
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

Allow adding a V3 signature (of payload and header) #42

Closed
ctron opened this issue Aug 16, 2022 · 0 comments
Closed

Allow adding a V3 signature (of payload and header) #42

ctron opened this issue Aug 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ctron
Copy link
Contributor

ctron commented Aug 16, 2022

Originating from: ctron/rpm-builder#64

Allow adding a signature of payload and header, which seems to be required for rpmkeys and DNF.

@ctron ctron added the enhancement New feature or request label Aug 16, 2022
@ctron ctron self-assigned this Aug 16, 2022
ctron added a commit that referenced this issue Aug 16, 2022
Newer (dnf) versions seems to require both a V3 and V4 signature header.
The absence of a V3 header (or full payload digest tag) fails the
signature checks and so the RPM can be installed using plain `rpm`, but
not using `dnf install` from a repository.

This change adds support for V3 (header and payload) signatures, as well
as support for full payload digests (raw and compressed).

Closes: #42
Closes: #43
@ctron ctron closed this as completed in f4362bc Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant