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

Split apart fulcioverifier for transparency log verification. #660

Merged
merged 1 commit into from
Sep 13, 2021

Commits on Sep 13, 2021

  1. Split apart fulcioverifier for transparency log verification.

    Split off a new constructor for the fulcio signer that performs transparency log verification.  This simplifies the tests a bit because they no longer need to mock out `VerifySCT`.  However, the main purpose of this change is to enable folks to vendor `fulcio.NewSigner` without pulling in ~600k LoC of dependencies, since the CT stuff pulls in trillian, prometheus, envoy's go controlplane stuff, ...
    
    Signed-off-by: Matt Moore <[email protected]>
    mattmoor committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    a94ccb4 View commit details
    Browse the repository at this point in the history