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

Add type of ed25519 key for TUF #1677

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

haydentherapper
Copy link
Contributor

Without this, MarshalPublicKeyToDER returns an error since the type of the key is []uint8 rather than ed25519.PublicKey.

Summary

Release Note

Documentation

Without this, MarshalPublicKeyToDER returns an error since the type of
the key is []uint8 rather than ed25519.PublicKey.

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
@haydentherapper haydentherapper requested a review from a team as a code owner September 12, 2023 21:41
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #1677 (5395644) into main (f88ce12) will increase coverage by 0.03%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1677      +/-   ##
==========================================
+ Coverage   66.84%   66.88%   +0.03%     
==========================================
  Files          88       88              
  Lines        8850     8850              
==========================================
+ Hits         5916     5919       +3     
+ Misses       2231     2229       -2     
+ Partials      703      702       -1     
Flag Coverage Δ
e2etests 48.91% <0.00%> (ø)
unittests 47.62% <0.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
pkg/pki/tuf/tuf.go 50.76% <0.00%> (ø)

... and 1 file with indirect coverage changes

@bobcallaway bobcallaway enabled auto-merge (squash) September 12, 2023 21:54
@bobcallaway bobcallaway merged commit ceef5a5 into sigstore:main Sep 12, 2023
@github-actions github-actions bot added this to the v1.2.2 milestone Sep 12, 2023
@haydentherapper haydentherapper deleted the fix-tuf-pki branch September 12, 2023 22:05
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