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 checkpoint key ID to trust root #284

Merged
merged 2 commits into from
Apr 8, 2024

Commits on Apr 4, 2024

  1. Add checkpoint key ID to trust root

    This adds a string to represent the checkpoint key ID for a log, which
    will differ for ed25519 logs. To simplify client implementation, we will
    provide this string so that clients don't have to compute the checkpoint
    key ID themselves using the public key. If it's not set, then a client
    should assume the log ID is equal to the checkpoint key ID, which is
    true for ecdsa and rsa logs.
    
    Ref: sigstore/rekor#2062
    
    Signed-off-by: Hayden Blauzvern <[email protected]>
    haydentherapper committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    43de29d View commit details
    Browse the repository at this point in the history
  2. Remove schema file

    Signed-off-by: Hayden Blauzvern <[email protected]>
    haydentherapper committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1bcf746 View commit details
    Browse the repository at this point in the history