-
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…
-
If the variable `SGX_SDK=/opt/intel/sgxsdk` is not set, the bulid fails due to
```shell
fatal error: 'sgx_spinlock.h' file not found
#include "sgx_spinlock.h"
```
(which is located in `sgxsdk/…
-
Intel SGX SDK provides a trusted cryptography library named `sgx_tcrypto`, which provides some wrapper interfaces with different crypto libraries, such as IPP, OpenSSL. Intel AEs are using that libra…
-
`sgx_get_key` returns `SGX_ERROR_INVALID_PARAMETER` if the `SGX_KEYPOLICY_NOISVPRODID` bit is set in the `key_policy` field.
From looking at the code it seems to me the bug is in this line: https:/…
-
Last year Intel announced that their new 3rd gen Xeon Scalable Processor can support up to 1 TB of EPC. I always understood that the small EPC in SGX was due to the need for an on-chip Merkle tree tha…
-
Hi,
While I run the command "make deb_pkg", the error occurs. Does anyone know what's wrong with that?
Thanks!
graphene@graphene-ProDesk:~/Desktop/Project/linux-sgx$ make deb_pkg
make[2]: Leaving…
-
'sudo phala sgx-test' used to work, however now it appears to uninstall then re-install the driver and then results in an error. I've found other users with the same issue.
Output below:
~# sud…
-
Intel SGX SDK doesn't support clang compilation according to #668.
However, we successfully compiled the SDK with clang by applying only a few patches. Do you have any have security concerns for no…
-
Now the DCAP driver allows to load all enclaves pass over launch enclaves's policy. Is there still a solution to use Intel(R) SGX Reference Launch Enclave
-
Dear @dingelish
So far we've only done RA in debug mode, which is pointless for a real application. After talking to Intel we've learned that RA is possible in production mode without obtaining an…