forked from sigstore/cosign
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for intermediate certificates when verifiying (sigstore#1631
) * Add support for intermediate certificates when verifiying This adds an intermediate CA certificate pool to CheckOpts, allowing for those using the Cosign library to pass intermediate CA certificates to validate a certificate chain. Signed-off-by: Hayden Blauzvern <hblauzvern@google.com> * Populate intermediate certs from the OCI chain annotation This adds support for verifying OCI signatures with chains that include more than one certificate in the chain, a root and subordinate. Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
- Loading branch information
1 parent
c74232b
commit 8709a62
Showing
2 changed files
with
232 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters