teepot/crates/teepot/tests
Harald Hoyer 2a8614c08f
feat: add platform-specific implementations for quote verification
- Introduced conditional compilation for Intel SGX/TDX quote verification based on target OS and architecture.
- Moved Intel-specific logic to a separate module and added a fallback for unsupported platforms.

This is done, so we can pull in the `teepot` crate even on `linux-x86_64`
without the Intel SGX SDK lib dependency.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2025-05-06 12:36:01 +02:00
..
data chore: split-out vault code from teepot in teepot-vault 2025-03-06 09:47:51 +01:00
sgx_quote_fmspc.rs feat(quote): add FMSPC and CPUSVN extraction support 2025-05-06 11:43:51 +02:00
sgx_quote_verification.rs feat: add platform-specific implementations for quote verification 2025-05-06 12:36:01 +02:00