-
Notifications
You must be signed in to change notification settings - Fork 29
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
[revocation] Implement OCSP support #124
Comments
This was referenced Feb 28, 2023
Proposed design: #132 |
This was referenced Mar 24, 2023
priteshbandi
pushed a commit
that referenced
this issue
Apr 20, 2023
This PR adds a new package that will perform OCSP revocation checking for a certificate chain and addresses part of issue #124. Implementation is based on the design from #132 and the specification [here](https://github.com/notaryproject/notaryproject/blob/main/specs/trust-store-trust-policy.md#certificate-revocation-evaluation). Signed-off-by: Kody Kimberl <[email protected]>
priteshbandi
pushed a commit
to notaryproject/notation-go
that referenced
this issue
Apr 20, 2023
This PR adds OCSP revocation checking to the Verify function using the notation-core-go's revocation package. This PR addresses part of the following issue: notaryproject/notation-core-go#124. It is dependent on notaryproject/notation-core-go#134 Signed-off-by: Kody Kimberl <[email protected]> Signed-off-by: Kody Kimberl <[email protected]>
@priteshbandi @kody-kimberl Can we close this issue since PR were merged |
Closed as OCSP was implemented and released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://github.com/notaryproject/notaryproject/blob/main/specs/trust-store-trust-policy.md#ocsp
The text was updated successfully, but these errors were encountered: