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

Add interface for revocation checks to DeviceAttestationVerifier #26430

Closed
tcarmelveilleux opened this issue May 8, 2023 · 1 comment
Closed
Assignees

Comments

@tcarmelveilleux
Copy link
Contributor

Need to add an interface to DeviceAttestationVerifier:

RevocationReason IsCertificateRevoked(bool isPaa, ByteSpan issuer, ByteSpan authorityKeyId, ByteSpan serialNumber)

Revocation reasons enum must allow at least:

  • RevocationCheckNotSupported
  • RevokedReasonUnspecifiedOrUnknown
  • NotRevoked

The initial implementation in DefaultDeviceAttestationVerifier should return RevocationCheckNotSupported.

@shubhamdp
Copy link
Contributor

Fixed with #33651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Archived in project
Development

No branches or pull requests

4 participants