Xuejun Yang
Xuejun Yang
We should have clear documentations for things we put inside app config, with indications of which ones are in the dynamic attestation report.
I think if we bind a lthread to an ethread permanently, we lose quite flexibilities in scheduling, and would hurt the performance. What about we set the stack protector for...
Isn't that should be the stack protector for the other lthread gets scheduled on the ethread?
We have done threat analysis on TCS on OE side. There wasn't clear conclusion on how a malicious host could exploit that, with D.o.S. out of scope. I'd prefer not...
This PR failed to generate certificate due to https://github.com/openenclave/openenclave/issues/3378. We need to fix OE before merging this PR.
It seems we have to modify the kernel code, right?
I am not clear about this statement: > enforces attestation, so it becomes impossible to run an enclave application locally for testing; By `locally`, you mean running the application without...
@anakrish I remember we had a patch for skipping SIGILL for `cpuinfo`. Was it merged?
The EPC memory size specified for ltp tests is 512 MB. We should experiment with threading to find out how much time the parallelism will actually save in the face...
We are running the LKL kernel inside enclave. That effectively means EPC memory, right? Per a previous discussion, that amount of memory is required when we create a loop device...