mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
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:
parent
fca60adc1a
commit
2bbfb2415c
6 changed files with 1547 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4936,6 +4936,7 @@ name = "teepot"
|
|||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"asn1_der",
|
||||
"async-trait",
|
||||
"base64",
|
||||
"bytemuck",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue