opensgx icon indicating copy to clipboard operation
opensgx copied to clipboard

OpenSGX

Results 39 opensgx issues
Sort by recently updated
recently updated
newest added

Hello, I Am trying to build opensgx as mentioned here https://github.com/sslab-gatech/opensgx/blob/master/Opensgx_tutorial_v1 after clone project and run "make –j $(nproc)" it gives me "make: *** No rule to make target `–j'....

When building qemu with `make` after `./configure-arch`, the following error happens. ``` Unescaped left brace in regex is illegal here in regex; marked by

Unescaped braces in regex causes syntax error instead of warning in Perl 5.26.

Hi, I am a frashman to study the opensgx. Could you give a detailed example to configure data structures? I am still confused about the procedure. Thanks very much!

I just follow the instruction on the tutorial of the intra attestation, and the target enclave said "Intra attestation Fail". While signing the target enclave, it will not generate the...

The sgx-host code crashes when I try to run it after compilation When run it gives an error - Illegal Instruction ( core dumped) After putting a couple of prints...

I'd like to use OpenSGX to write and test real SGX applications on local machines which don't support SGX instructions - and then be able to run the same application...

I was implementing secret provisioning on top of the remote attestation code provided. I have found the following issues in the code: - You are attempting to sign a SHA-256...

It appears that libsgx's `malloc` implementation does not work correctly with many small allocations. This can be verified with the following program, which incorrectly segfaults: ``` c #include int enclave_main(int...

The GDB debug plug-ins in opensgx/gdb/ didn't work for me because the indenting was off. A quick look in the source code of the git repo showed me that tabs...