Skip to content

fix(crypto): use explicit-scheme SPKI constructor in signing test - #188

Merged
wolfv merged 1 commit into
mainfrom
fix/signing-verification-constructor
Aug 17, 2026
Merged

wolfv merged 1 commit into
mainfrom
fix/signing-verification-constructor

Conversation

@wolfv

@wolfv wolfv commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Fix the main-branch CI regression introduced when #183 landed after the SPKI constructor rename in #178.

The signing test supplies an explicit scheme, so call from_spki_with_scheme instead of the auto-detecting from_spki.

Verified with:

  • cargo test -p sigstore-crypto
  • cargo clippy -p sigstore-crypto --all-targets --all-features -- -D warnings
  • cargo fmt --all -- --check

Signed-off-by: Wolf Vollprecht <w.vollprecht@gmail.com>
@wolfv
wolfv force-pushed the fix/signing-verification-constructor branch from 9dd58f6 to 4899ce2 Compare August 17, 2026 12:01
@wolfv
wolfv merged commit 73a11fe into main Aug 17, 2026
17 checks passed
@wolfv
wolfv deleted the fix/signing-verification-constructor branch August 17, 2026 12:06
@wolfv wolfv mentioned this pull request Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants