You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See sigstore/rekor#2062 for the full context here. TL;DR: we have an internal key_id helper that essentially does SHA256(DER(SPKI(key)), which is correct for ECDSA keys but not for Ed25519 or RSA.
Following #953 this will no longer cause failures, but will be suboptimal in terms of searching all keys in the keyring. We should fix our key ID generation and handling to make it more optimal.
The text was updated successfully, but these errors were encountered:
See sigstore/rekor#2062 for the full context here. TL;DR: we have an internal
key_id
helper that essentially doesSHA256(DER(SPKI(key))
, which is correct for ECDSA keys but not for Ed25519 or RSA.Following #953 this will no longer cause failures, but will be suboptimal in terms of searching all keys in the keyring. We should fix our key ID generation and handling to make it more optimal.
The text was updated successfully, but these errors were encountered: