-
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
-
`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:/…
-
related #44
```
root@am-c3-small-x86-01:~# ./a.out
eax: 906ed ebx: 9100800 ecx: 7ffafbff edx: bfebfbff
stepping 13
model 14
family 6
processor type 0
extended model 9
extended family 0
sm…
matti updated
2 years ago
-
**DESCRIPTION:**
If multi-socket systems are used the respective platforms (bare metal server) need to be registered with the [Intel Registration Service](https://api.portal.trustedservices.intel.c…
-
`mystikos` only supports Intel DCAP driver version 1.7. The latest Intel DCAP driver is 1.11.
https://github.com/deislabs/mystikos/blob/91685d015087381d2daf83e7449c12a41a23420b/prereqs/Makefile#L7
…
-
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/…
-
I tried running the QuoteGeneration SampleCode and it returned the following error.
```
sgx_qe_set_enclave_load_policy is valid in in-proc mode only and it is optional: the default enclave load p…
-
I have a question about the availability of sgx_get_trusted_time() API on Linux platforms.
According to this article (https://www.intel.ca/content/www/ca/en/support/articles/000057968/software/int…
-
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…
-
Hai.
According to my understanding,HyperEnclave is more similar to AMD SEV,not Intel SGX,right?
HyperEnclave include VMM(RustMonitor)和Guest(Occlum and applications in enclave)as AMD SEV does.
I c…