[do not merge] PQC support via new pysequoia version - #8011
Draft
dralley wants to merge 1 commit into
Draft
Conversation
dralley
commented
Aug 25, 2026
| "psycopg[binary]>=3.3.4,<3.4", # SemVer, not explicitely stated, but mentioned on multiple changes. | ||
| "pyparsing>=3.1.0,<3.4", # Looks like only bugfixes in z-Stream. | ||
| "pysequoia>=0.1.33,<0.2", | ||
| "pysequoia @ git+https://github.com/wiktor-k/pysequoia.git", |
Contributor
Author
There was a problem hiding this comment.
It's not released yet, just testing the rest of the changes.
dralley
force-pushed
the
update-pysequoia
branch
2 times, most recently
from
August 25, 2026 16:37
7bda8fc to
0d00aee
Compare
dralley
force-pushed
the
update-pysequoia
branch
from
August 25, 2026 17:36
e75c5e0 to
57daab3
Compare
Contributor
Author
|
Using ephemeral keys turns out to be much faster than downloading keys from fixtures, 0.09s vs 5.38s. The exception is RSA which is slower (keygen is expensive by comparison to other algos) but I'm not adding any tests using RSA here. |
Rebase the minimum bound of pysequoia to one which adds support for post-quantum cryptography / RFC 9980. Add tests for gpg_verify function and PQC signing services Assisted-By: Claude Sonnet 4.5
dralley
force-pushed
the
update-pysequoia
branch
from
August 25, 2026 17:50
57daab3 to
0ee89a9
Compare
dralley
commented
Aug 25, 2026
|
|
||
| from pulpcore.pytest_plugin import ( | ||
| KEY_V4_RSA4K_PRIVATE, | ||
| KEY_V6_MLDSA65_ED25519_PRIVATE, |
Contributor
Author
There was a problem hiding this comment.
Well, OK, we still download the fixture keys here.
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.
Rebase the minimum bound of pysequoia to one which adds support for post-quantum cryptography / RFC 9980.
Add tests for gpg_verify function and PQC signing services
Assisted-By: Claude Sonnet 4.5