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

Make the DSSE wrapped private. #966

Merged
merged 1 commit into from
Oct 29, 2021

Commits on Oct 29, 2021

  1. Make the DSSE wrapped private.

    This consolidates the logic where we wrap the verifier in a DSSE wrapper into `Verify` (previously it was half/half based on whether we were doing keyless verification).
    
    This is a good example of why we should split the Signature/Attestation types, and VerifySignature/Attestation methods.
    
    Signed-off-by: Matt Moore <mattomata@gmail.com>
    mattmoor committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    08ed4a3 View commit details
    Browse the repository at this point in the history