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

1
Cargo.lock generated
View file

@ -4936,6 +4936,7 @@ name = "teepot"
version = "0.3.0"
dependencies = [
"anyhow",
"asn1_der",
"async-trait",
"base64",
"bytemuck",