-
```shell
docker run --name my_dev --workdir /root -it --rm --privileged --net host \
-v $PWD/dev:/root -v /dev/sgx_enclave:/dev/sgx/enclave \
-v /dev/sgx_provision:/dev/sgx/provision \
…
-
Hi everyone.
# Description
I'm currently engaged in a cybersecurity project, focusing on enhancing the security of the 'Slicer' application by implementing Trusted Execution Environment (TEE), spe…
-
Hi
I encountered "illegal instruction" error when I use sgx switchless mode with intel-sgx-ssl
My link flags are
`Enclave_Link_Flags := -Wl,--no-undefined -nostdlib -nodefaultlibs -nostartfiles -L…
-
I would like to know if Gramine provides GPU support. Whether I can partition layers of a model to run inference within the SGX enclave and offload the rest to GPU. I found your publication **Computat…
-
I'm unable to install aesmd on my system. I followed the guide [https://github.com/intel/linux-sgx](https://github.com/intel/linux-sgx) to build and install Intel SDK and PSW. I'm using Ubuntu 18.04
…
-
**Description**
Upgrade the SGX SDK and SSL used in FPC. Currently, FPC uses the Intel SGX SDK v2.6 for linux and SSL for SGX SDK v2.4.1.
Most recent available version of the SGX SDK is v2.10. Se…
-
### Description of the feature
After #1812, auto-generated files `.manifest` and `.manifest.sgx` have the same contents.
This is because with #1812, the lists of `sgx.allowed_files` and `sgx.tru…
-
![Uploading Screenshot from 2022-02-28 19-45-41.png…]()
How to enable SGX server in ubuntu azure virtual Machine?
-
when pccs service tries to start, it always fails.
output of `journalctl -u pccs.service`:
> ago 09 19:15:31 michelangelo-HP-ProDesk-400-G5-Desktop-Mini systemd[1]: Started Provisioning Certific…
-
**I confirm this bug has not already been reported**
- [x] I have searched the issues and this bug has not been reported previously
**Describe the bug**
There is some kind of mismatch between the…