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

Support non-ECDSA public keys in certificates #1740

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

haydentherapper
Copy link
Contributor

This simply loads the verifier based on key type, rather than assuming
the key is ECDSA.

Signed-off-by: Hayden Blauzvern [email protected]

Summary

Ticket Link

Fixes

Release Note

Support non-ECDSA public keys in certificates

This simply loads the verifier based on key type, rather than assuming
the key is ECDSA.

Signed-off-by: Hayden Blauzvern <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2022

Codecov Report

Merging #1740 (dca45c3) into main (de85b7e) will not change coverage.
The diff coverage is 20.00%.

@@           Coverage Diff           @@
##             main    #1740   +/-   ##
=======================================
  Coverage   29.52%   29.52%           
=======================================
  Files         141      141           
  Lines        8502     8502           
=======================================
  Hits         2510     2510           
  Misses       5718     5718           
  Partials      274      274           
Impacted Files Coverage Δ
cmd/cosign/cli/verify/verify.go 0.00% <0.00%> (ø)
cmd/cosign/cli/verify/verify_attestation.go 0.00% <0.00%> (ø)
cmd/cosign/cli/verify/verify_blob.go 10.49% <0.00%> (ø)
pkg/cosign/verify.go 18.45% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de85b7e...dca45c3. Read the comment docs.

@dlorenc dlorenc merged commit c56181c into sigstore:main Apr 11, 2022
@github-actions github-actions bot added this to the v1.7.2 milestone Apr 11, 2022
mlieberman85 pushed a commit to mlieberman85/cosign that referenced this pull request May 6, 2022
This simply loads the verifier based on key type, rather than assuming
the key is ECDSA.

Signed-off-by: Hayden Blauzvern <[email protected]>
@haydentherapper haydentherapper deleted the loadverifier branch January 10, 2023 23:35
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.

3 participants