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

Revocation and Root Trust #119

Closed
elantiguamsft opened this issue Oct 30, 2024 · 1 comment
Closed

Revocation and Root Trust #119

elantiguamsft opened this issue Oct 30, 2024 · 1 comment
Assignees

Comments

@elantiguamsft
Copy link
Contributor

Custom roots of trust that are not trusted by the system are specified with revocation checks on. In these cases, X509Chain.Build() library method will always fail to perform revocation checks and report revocation unknown issues.

CoseSign1.Certificates.Local.Validators.X509ChainTrustValidator must remain in a .NET Standard 2.0 lib to maintain compatibility with several consumers of the library. Unfortunately, this means we can't use the modern .NET implementations of X509Chain and X509ChainPolicy, which offer support for custom trust providers. Because of this limitation, we have to do some amount of post-processing of the certificate trust chain results.

@elantiguamsft
Copy link
Contributor Author

Addressing with #118

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

No branches or pull requests

1 participant