feat(quote): add FMSPC and CPUSVN extraction support

- Introduced new types `Fmspc`, `CpuSvn`, and `Svn` for SGX metadata.
- Added methods to extract raw certificate chains and FMSPC from SGX quotes.
- Created new test file for validating FMSPC extraction with example quotes.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2025-05-06 11:22:33 +02:00
parent fca60adc1a
commit 2bbfb2415c
Signed by: harald
GPG key ID: F519A1143B3FBE32
6 changed files with 1547 additions and 0 deletions

View file

@ -21,6 +21,7 @@ bytes.workspace = true
[dependencies]
anyhow.workspace = true
asn1_der.workspace = true
async-trait.workspace = true
bytemuck.workspace = true
clap.workspace = true