John (Ming-Wei) Shih

Results 21 comments of John (Ming-Wei) Shih

OpenSSL is used by sgx-tor project. Actually we take OpenSSL more like an example to demonstrate one can easily develop enclave program using third-party library.

Thanks for your suggestion, I definitely agree that we need to document this.

There is already a in-enclave libc (musl libc) you can directly use. If the function contains syscalls which is not supported inside the enclave, you may leverage trampoline mechanism to...

The state saving is done in qemu-level, not in user-level (libsgx). Regarding to EEXIT, we do modify a bit for our trampoline design. The CSSA increasing is to make it...

Both of them are performed in our trampoline design, which is a customized feature we add. If you only want to use EEXIT in normal way (e.g., terminates enclave) then...

The model between OpenSGX and Intel SDK is actually pretty similar. We provide equivalent api init_enclave() to sgx_create_enclave(), which creates an enclave and then loading the binary. For function call,...

We haven't have progress on making OpenSGX compatible with Intel SDK. It's highly depends on your needs -- if you just want to develop some sgx programs, Intel SDK would...

hmm.. I'm not sure about what happen in that commit. I'll just revert instead.

I also agree with using text-based instead of PDF. Probably because there are some graphics. I think we can simply make a text-based version.

Hi, Thanks for showing your interest in our project. This is a known issue of the current released version as we hard-coded enable the optimization (i.e., the code tend to...