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

Validate tlog entry when verifying signature via public key. #1833

Merged
merged 1 commit into from May 4, 2022

Commits on May 2, 2022

  1. Validate tlog entry when verifying signature via public key.

    Previously, when signatures were validated via public key, we only
    checked for the existence of the tlog, but didn't actually validate the
    entry. This refactors the code to ensure both cert + public paths go
    through the same tlog entry validation.
    
    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed May 2, 2022
    Configuration menu
    Copy the full SHA
    bf8713f View commit details
    Browse the repository at this point in the history