Re: [PATCH v41 00/24] Intel SGX foundations

2020-12-14 Thread Hui, Chunyang
On Fri, Nov 13, 2020 at 12:01:11AM +0200, Jarkko Sakkinen wrote: > Overview > > > Intel(R) SGX is new hardware functionality that can be used by > applications to populate protected regions of user code and data called > enclaves. Once activated, the new hardware protects enclave code

Re: [PATCH v41 00/24] Intel SGX foundations

2020-12-14 Thread Hui, Chunyang
On Fri, Nov 13, 2020 at 12:01:11AM +0200, Jarkko Sakkinen wrote: > Overview > > > Intel(R) SGX is new hardware functionality that can be used by > applications to populate protected regions of user code and data called > enclaves. Once activated, the new hardware protects enclave code

Re: [PATCH v29 00/20] Intel SGX foundations

2020-05-12 Thread Hui, Chunyang
On Wed, Apr 22, 2020 at 12:52:56AM +0300, Jarkko Sakkinen wrote: > Intel(R) SGX is a set of CPU instructions that can be used by applications > to set aside private regions of code and data. The code outside the enclave > is disallowed to access the memory inside the enclave by the CPU access >