-
Notifications
You must be signed in to change notification settings - Fork 43
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
TSA trust store root certificate validation #470
Comments
Two-Hearts
added
bug
Something isn't working
triage
Needs evaluation for feasibility, timeline, etc.
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Oct 25, 2024
priteshbandi
pushed a commit
that referenced
this issue
Nov 1, 2024
This PR adds tsa trust store root cert validation while getting certificates from trust store. This is to fail fast if cert in TSA trust store is not a root CA certificate. Resolves #470 --------- Signed-off-by: Patrick Zheng <[email protected]>
github-project-automation
bot
moved this from Todo
to Done
in Notary Project Planning Board
Nov 1, 2024
Two-Hearts
added a commit
to Two-Hearts/notation-go
that referenced
this issue
Dec 9, 2024
This PR adds tsa trust store root cert validation while getting certificates from trust store. This is to fail fast if cert in TSA trust store is not a root CA certificate. Resolves notaryproject#470 --------- Signed-off-by: Patrick Zheng <[email protected]>
Two-Hearts
added a commit
to Two-Hearts/notation-go
that referenced
this issue
Dec 9, 2024
This PR adds tsa trust store root cert validation while getting certificates from trust store. This is to fail fast if cert in TSA trust store is not a root CA certificate. Resolves notaryproject#470 --------- Signed-off-by: Patrick Zheng <[email protected]>
Two-Hearts
added a commit
to Two-Hearts/notation-go
that referenced
this issue
Dec 9, 2024
This PR adds tsa trust store root cert validation while getting certificates from trust store. This is to fail fast if cert in TSA trust store is not a root CA certificate. Resolves notaryproject#470 --------- Signed-off-by: Patrick Zheng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently require tsa trust store to only store TSA's root certificates. Although it is checked during tsa counter signature verification, we could fail fast at the step of getting certificates from the trust store.
The text was updated successfully, but these errors were encountered: