Linux 2.4 Open Source Gold Release

Added support for the Key Separation and Sharing (KSS) feature.
Provided a set of new encryption and decryption functions such as sgx_hmac256_*.
Provided a new untrusted API: sgx_get_target_info.
Provided a new untrusted API: sgx_create_enclave_from_buffer_ex.
Updated the cryptography library and Architecture Enclaves to use Intel(R) Integrated
  Performance Primitives Cryptography 2019 Update 1.
Fixed bugs.

Signed-off-by: Li, Xun <xun.li@intel.com>
This commit is contained in:
Li, Xun
2018-12-20 09:55:50 +08:00
parent bf22963411
commit 28817533cc
835 changed files with 10234 additions and 91444 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ int main(void)
memset(&secs, 0, sizeof(secs));
secs.ssaframesize = 1;
secs.attributes = SGX_FLAGS_MODE64BIT;
secs.attributes = SGX_FLAGS_MODE64BIT | SGX_FLAGS_DEBUG;
secs.xfrm = 3;
if (false == create_enclave(&secs))