mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 15:34:48 +02:00
feat(quote): add FMSPC extraction and related utils
- Introduced FMSPC extraction methods and associated utility functions. - Updated `Quote` structure with parsing enhancements and FMSPC support. - Added `quote_op` feature gating for SGX/TDX-specific functionality.
This commit is contained in:
parent
2118466a8a
commit
6e65cf2f47
14 changed files with 1585 additions and 46 deletions
|
@ -68,3 +68,6 @@ tracing-test = { version = "0.2.5", features = ["no-env-filter"] }
|
|||
url = "2.5.2"
|
||||
x509-cert = { version = "0.2", features = ["builder", "signature", "default"] }
|
||||
zeroize = { version = "1.7.0", features = ["serde"] }
|
||||
asn1_der = { version = "0.7", default-features = false, features = [
|
||||
"native_types",
|
||||
] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue