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

Improve error message when using ED25519 with HashedRekord type #862

Merged
merged 1 commit into from
Jun 4, 2022

Commits on Jun 3, 2022

  1. Improve error message when using ED25519 with HashedRekord type

    ED25519 signatures are not supported with the hashedrekord type, though they are
    supported with rekord. The reason is that ED25519 computes the digest as part of
    its algorithm, so the original artifact is needed to verify a signature.
    
    The previous error message was very unclear, complaining about a nil
    message.
    
    Signed-off-by: Hayden Blauzvern <[email protected]>
    haydentherapper committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    e563a17 View commit details
    Browse the repository at this point in the history