mirror of
https://github.com/corda/corda.git
synced 2025-01-01 10:46:46 +00:00
83d6a248a8
* ENT-970 - SGX remote attestation host * Remote attestation enclave * Client for the remote attestation host * Communicates with ISV / RA server, which in turn communicates with the Intel Attestation Service * Native library bridging the client code running on the JVM with the native bits controlling and communicating with the enclave * ENT-970 - Address comments from code review * ENT-970 - More updates addressing review comments * ENT-970 - Integrate with root Gradle project for SGX
12 lines
310 B
XML
12 lines
310 B
XML
<EnclaveConfiguration>
|
|
<ProdID>0</ProdID>
|
|
<ISVSVN>0</ISVSVN>
|
|
<StackMaxSize>0x40000</StackMaxSize>
|
|
<HeapMaxSize>0x100000</HeapMaxSize>
|
|
<TCSNum>1</TCSNum>
|
|
<TCSPolicy>1</TCSPolicy>
|
|
<DisableDebug>0</DisableDebug>
|
|
<MiscSelect>0</MiscSelect>
|
|
<MiscMask>0xFFFFFFFF</MiscMask>
|
|
</EnclaveConfiguration>
|