Skip to content

sev: certificate revocation list support#18

Open
00xc wants to merge 2 commits into
virtee:mainfrom
00xc:sev/clr
Open

sev: certificate revocation list support#18
00xc wants to merge 2 commits into
virtee:mainfrom
00xc:sev/clr

Conversation

@00xc

@00xc 00xc commented Jul 6, 2026

Copy link
Copy Markdown
  • Support fetching the AMD Certificate Revocation List via a new subcommand, fetch-clr. The CRL is an X509 certificate revocation list that can be used to invalidate an ASK.
  • Support using the CLR when using the verify command.

00xc added 2 commits July 7, 2026 11:08
AMD publishes a Certificate Revocation List (CRL) via their KDS. The CRL
is signed by the ARK, and can be used to revoke ASK certificates.

Add a `fetch-crl` command to fetch the revocation list. A future commit
will add support to use the CRL to verify that an ASK has not been
revoked.

Signed-off-by: Carlos López <clopez@suse.de>
Make use of the CRL to verify that ASK has not been revoked. The CRL
is an X509 revocation list signed by the ARK.

Signed-off-by: Carlos López <clopez@suse.de>
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.

1 participant