mirror of
https://github.com/matter-labs/teepot.git
synced 2026-04-10 20:34:48 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue