-
I have a problem with sgx not being able to use the production app at the moment due to the inability to work in FLC mode.
mainboard : asrock z490 pro4 ( bios P.150 )
cpu : intel i7-10700K
os: ub…
-
I have compiled a enclave and run it in simulate mode is OK. But when I run it in hardware mode, an exception occured:
2021-06-23T11:58:04+0800.162544Z [(H)ERROR] tid(0x7fc1f1b1b700) | enclave_init…
-
Hello, I have ubuntu 21.10 and my hardware supports FLC. Based on these assumption, I should already have the SGX driver installed in my laptop, right? This is the output of `ls -ltr /dev/*sgx*`:
```…
-
- I had to give more permissions to run `run.sh` as non-root user:
```
sudo chmod 0644 /boot/vmlinuz-5.15.0-33-generic
sudo adduser dimakuv sgx
sudo chgrp sgx /dev/sgx_vepc
sudo adduser dimak…
-
Hi,
I developed a sgx application in an Ubuntu 18.04 machine (8 CPUs, 8G memory), but the application is very time-consuming. To improve the performance, I run multiple encalves simultaneously. I …
-
✔ SGX instruction set
✔ CPU support
✔ CPU configuration
✔ Enclave attributes
✔ Enclave Page Cache
SGX features
✔ SGX2 ✔ EXINFO ✘ ENCLV ✘ OVERSUB ✔ KSS
Total EP…
-
Hi envy,
I tried sgx-perf again.
**firstly,** I used sgx-perf to evaluate a sample enclave developed by Intel, i.e., [SampleEnclave](https://github.com/intel/linux-sgx/tree/master/SampleCode/SampleE…
-
host.h explains, in comments about oe_create_enclave:
* @param path The path of an enclave image file in ELF-64 format.
and
* @param type The type of enclave supported by the enclave image f…
-
Hello everyone,
I am having issues in deploying the WAMR SGX application in Azure using the DCAP driver. I am getting this error:
"_Enclave not authorized to run, .e.g. provisioning enclave host…
-
Hi All,
When I recently tried building master branch of the PSW, I get the following build errors. Any advice?
I have successfully built this code on older branches and other platforms previous…