-
In many cases the PSW treats values returned from the `ioctl()` syscall as the error returned from the sgx driver. In reality, ioctl just returns -1 on error and sets errno.
For example:
```
in…
-
**I am building a project EVM-for-CCF through ninja command. In the linking stage, this error occurs.**
**/opt/openenclave/lib/openenclave/enclave/liboecore.a(cpuid.c.o): In function `oe_initialize…
-
```
Compiling sgxs-loaders v0.3.2
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /home/drasko/.cargo/registry/src/github.com-1ecc6299db9ec823/enclave-runner-0.5.0…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Current Behaviour
I am …
-
We need to clean up the configuration options of SGX-LKL:
1. We should go over the options supported by `sgx-lkl-run` and remove ones that are no longer necessary.
2. The remaining ones should b…
-
Hi,
I am trying to debug libsgx_urts, however sgx-gdb is unable to find the symbols. Here are my build instructions:
``` make clean -j20 && make psw DEBUG=1 -j20 && make deb_psw_pkg DEBUG=1 -j20 && …
-
Currently, we're using SgxFs for persisting the enclave's secrets:
https://github.com/scs/substraTEE-worker/blob/15f83244c1d7904f4b95f3fbbc63530b7831b2f2/enclave/src/io.rs#L58
This, however, uses …
-
Hi, I'm trying to pass a big chunk of data through an ocall, and I get a segmentation fault when I pass around ~2MB.
is a known thing?
Trying to debug where exactly the SIGSEGV comes from leds me to…
-
Ideally `libsgxstep` should be less tightly coupled to the Intel SGX-SDK and rely on a clean and stable interface that can be easily ported to other SDKs or libOSs, eg at least the following:
* set…
-
Hi,
I am trying to run the Full Attestation example and I am sure I have followed every step of the ReadMe file but I am not able to connect to the server. The problem is given below:
The server…