From e28c20c761378b1e8f5b210c839e3c454f2ec3fb Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Wed, 13 Mar 2024 13:31:29 +0100 Subject: [PATCH] Add new TEE type SE (IBM Z Secure Execution) Fixes: #26 Signed-off-by: Hyounggyu Choi --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index e74229e..33671ca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -32,6 +32,8 @@ pub enum Tee { Cca, // China Secure Virtualization Csv, + // IBM Z Secure Execution + Se, // This value is only used for testing an attestation server, and should not // be used in an actual attestation scenario.