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

Update signing result to store leaf certs only #523

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

loosebazooka
Copy link
Member

@loosebazooka loosebazooka commented Sep 18, 2023

context: https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_common.proto#L177-L179

create bundles with only leaf certificates
handle verification of certs in both situations

  • only untrusted certs (current behavior)
  • full cert chain to fulcio root (legacy)

also move SigningCert object, it was a pointless
wrapper around CertPath

look at #522 and #524 first

create bundles with only leaf certificates
hand verification of certs in both situations
- only untrusted certs (current behavior)
- full cert chain to fulcio root (legacy)

also move SigningCert object, it was a pointless
wrapper around CertPath

Signed-off-by: Appu Goundan <appu@google.com>
@loosebazooka loosebazooka changed the title WIP handle leaf certificate Update signing result to store leaf certs only Sep 19, 2023
@loosebazooka loosebazooka merged commit 2a3ca6b into main Sep 19, 2023
13 checks passed
@loosebazooka loosebazooka deleted the handle-leaf-certs branch September 19, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants