Add PQC (ML-DSA) coverage to manifest signing tests - #2484
Open
dralley wants to merge 1 commit into
Open
Conversation
dralley
force-pushed
the
pqc-tests
branch
5 times, most recently
from
September 1, 2026 01:42
3ddc1cb to
af0ed74
Compare
Contributor
Author
|
I can squash the commits once done, I wanted to retain the history for now. |
dralley
force-pushed
the
pqc-tests
branch
6 times, most recently
from
September 3, 2026 04:08
0764b7a to
583ff40
Compare
Contributor
Author
|
The tests have decided to break all of a sudden, but it's not specific to this PR, it's the nightly job too. https://github.com/pulp/pulp_container/actions/runs/33714487446 Maybe something to do with the new pulpcore release. |
Parameterize the existing manifest signing and push-signature tests over both a traditional GPG key and a post-quantum ML-DSA/Sequoia key, covering signing with either a primary key or a dedicated signing subkey. Replaces python-gnupg verification with pysequoia. closes pulp#2280 closes pulp#2281 Assisted-By: Claude Opus 4.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Parameterize the existing manifest signing and push-signature tests over both a traditional GPG key and a post-quantum ML-DSA/Sequoia key, covering signing with either a primary key or a dedicated signing subkey. Replaces python-gnupg verification with pysequoia.
closes #2280
closes #2281
Assisted-By: Claude Opus 4.8