Files
intel-linux-sgx/psw/ae/le/config_linux.xml
Li, Xun 28817533cc 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>
2018-12-20 11:02:39 +08:00

16 lines
420 B
XML

<EnclaveConfiguration>
<IntelSigned>1</IntelSigned>
<ProvisionKey>0</ProvisionKey>
<LaunchKey>1</LaunchKey>
<ProdID>0x20</ProdID>
<ISVSVN>1</ISVSVN>
<TCSNum>1</TCSNum>
<TCSMinPool>0</TCSMinPool>
<TCSPolicy>1</TCSPolicy>
<StackMaxSize>0x3000</StackMaxSize>
<HeapMaxSize>0x20000</HeapMaxSize>
<HeapMinSize>0x20000</HeapMinSize>
<HW>0x1</HW>
<DisableDebug>1</DisableDebug>
</EnclaveConfiguration>