opensgx icon indicating copy to clipboard operation
opensgx copied to clipboard

OpenSGX

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

I wanted to test Tor in OpenSGX but while compiling I am having this issue indicating that automake version is mismatched as in Ubuntu 16 by default automake version is...

It looks like this project died sometime in the end of 2016 with @johnmwshih being the last contributor to respond to an issue and push any commits. Since then, @aricrocuta,...

replaced all instances of "attestaion" with "attestation"

The Opensgx simulates hardware based on the x86 instruction set, is it possible to simulate hardware based on the RISC-V instruction set?

hello, I'm not able to run some of the GMP library operations inside an enclave, in the code attached I'm getting this error: qemu: uncaught target signal 4 (Illegal instruction)...

Hello, I wrote an enclave that generates an asymmetric encryption/decryption keys of 2048 bits. With a regular program, it runs in seconds, but within the enclave this is taking a...

I am facing this problem ![error](https://user-images.githubusercontent.com/41795454/61550143-2fb31980-aa6b-11e9-9436-9bd61430ca7f.jpg)

* `ucontext` -> `ucontext_t` * fix perl regex in docs generation ``` $ uname -a Linux monolith 4.14.4-1-userns #1 SMP PREEMPT Tue Jan 2 08:41:04 PST 2018 x86_64 GNU/Linux $...

I am trying to build but the following with it fails while building qemu. ``` opensgx/qemu/user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct ucontext’ #define PC_sig(context) ((context)->uc_mcontext.gregs[REG_RIP]) ``` I have...