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
keyids are an under-documented yet important concept in securesystemslib, as they allow to map a verification key to a signature. But from the current state of docs it is unclear how signatures get their keyids.
In #605 we agreed to mandate public_key: Key attribute for any Signer implementation. We should document that that public key's keyid is assigned to a signature created with Signer.sign.
The text was updated successfully, but these errors were encountered:
lukpueh
changed the title
signer api: clarify where keyids in signatures
signer api: clarify keyids in signatures
Nov 2, 2023
keyids are an under-documented yet important concept in securesystemslib, as they allow to map a verification key to a signature. But from the current state of docs it is unclear how signatures get their keyids.
In #605 we agreed to mandate
public_key: Key
attribute for anySigner
implementation. We should document that that public key's keyid is assigned to a signature created withSigner.sign
.The text was updated successfully, but these errors were encountered: