Linux 2.19 Open Source Gold Release

Supported the Key Separation and Sharing (KSS) feature in Simulation mode.
Upgraded to OpenSSL 1.1.1t.
Upgraded Intel(R) SGX Quote Verification Enclave to integrate SgxSSL/OpenSSL
  version 1.1.1t.
Added new API in quote verification library to extract FMSPC
  (Family-Model-SteppingPlatform-CustomSKU) value from ECDSA quote.
Added Rust support for SGX ECDSA quote generation.
Added Linux kernel 5.19 support in TDX R3AAL (Ring 3 Attestation Abstraction Layer).
Removed Protobuf in TDX QGS (Quote Generation Service) and R3AAL (Ring 3
  Attestation Abstraction Layer).
Fixed bugs.

Signed-off-by: Li, Xun <xun.li@intel.com>
This commit is contained in:
Li, Xun
2023-03-09 16:35:16 +08:00
parent d5e10dfbd7
commit 1bf092a389
94 changed files with 1764 additions and 280 deletions
-1
View File
@@ -45,7 +45,6 @@
#define SEAL_FILENAME "Seal.signed.so"
#define SEALED_KEY_FILE_NAME "sealed_key.bin"
#define TOKEN_FILENAME "enclave.token"
/* Global EID shared by multiple threads */
sgx_enclave_id_t global_eid = 0;