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

Provide option to read intermediates from timestamp struct #647

Open
haydentherapper opened this issue Feb 28, 2024 · 0 comments
Open

Provide option to read intermediates from timestamp struct #647

haydentherapper opened this issue Feb 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@haydentherapper
Copy link
Contributor

Description

Intermediates can be distributed in the pkcs7 struct alongside the signing certificate. Currently we require that both roots and intermediates are provided to verify a signed timestamp - https://github.com/sigstore/timestamp-authority/blob/main/pkg/verification/verify.go#L247-L288

For BYO PKI use cases, for those that do not want to distribute intermediates as trusted material, we can support this by calling VerifyWithChain (code) or by populating the intermediate pool if no intermediate pool is provided.

@haydentherapper haydentherapper added the enhancement New feature or request label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant