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

tuf: warning using deprecated ecdsa hex-encoded keys #143

Closed
wlynch opened this issue Sep 23, 2022 · 1 comment · Fixed by #144
Closed

tuf: warning using deprecated ecdsa hex-encoded keys #143

wlynch opened this issue Sep 23, 2022 · 1 comment · Fixed by #144
Labels
bug Something isn't working

Comments

@wlynch
Copy link
Member

wlynch commented Sep 23, 2022

Description

git verify-commit is outputting a warning:

$ git verify-commit head
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
tuf: warning using deprecated ecdsa hex-encoded keys
...

A similar bug hit cosign, so we likely need to make a similar change:

https://sigstore.slack.com/archives/C01PZKDL4DP/p1663249878057829
sigstore/cosign#2256

Version

This was introduced in some version > 0.3.0 (probably in a dependabot update to update cosign/rekor)

@wlynch wlynch added the bug Something isn't working label Sep 23, 2022
@cpanato
Copy link
Member

cpanato commented Sep 24, 2022

this is related sigstore/sigstore#701

will update the dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants