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

fix x509: unsupported public key type: *crypto.PublicKey #864

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

dekkagaijin
Copy link
Member

@dekkagaijin dekkagaijin commented Oct 8, 2021

https://pkg.go.dev/crypto#PublicKey
type PublicKey interface{} 😢

Fixed: `public-key -sk` causing  `error: x509: unsupported public key type: *crypto.PublicKey`

https://pkg.go.dev/crypto#PublicKey
`type PublicKey interface{}` 😢

Signed-off-by: Jake Sanders <jsand@google.com>
@dekkagaijin dekkagaijin merged commit 142e7ed into sigstore:main Oct 8, 2021
@dekkagaijin dekkagaijin deleted the fix-piv branch October 8, 2021 20:27
@github-actions github-actions bot added this to the v1.3.0 milestone Oct 8, 2021
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