-
When I run the code I get this message
```
The software enable has been performed on this system and
Intel SGX will be enabled after the system is rebooted.
```
After I reboot and run ```./sgx_…
-
https://github.com/intel/linux-sgx/blob/4887b30b519d7bfc9f5de6e6330bc0034cce3d75/SampleCode/LocalAttestation/EnclaveInitiator/Makefile#L82
On my machine, shouldn't the result be 0?
```
[root@loca…
-
When I build `SGXDataCenterAttestationPrimitives/SampleCode/QuoteVerificationSample` and run app, I got a `Warning` with code `a003` in the verification:
```
Trusted quote verification:
Inf…
-
```
luabolalala@HP:~/Downloads/sgx/sgx-wallet-master$ source /opt/intel/sgxsdk/environment
luabolalala@HP:~/Downloads/sgx/sgx-wallet-master$ make
app/app.cpp:28:10: fatal error: ocalls.h: No such f…
-
Hello,
I'm facing the following issue: I installed the intel SGX driver and PSW. For installing PSW, I added a local repository as described in the README and installed `libsgx-launch libsgx-urts lib…
-
## Input
``` bib
@article{iacr/CostanD16,
author = {Victor Costan and
Srinivas Devadas},
title = {Intel {SGX} Explained},
journal = {{IACR} Cryptol. ePrint Arch.}…
-
From #8:
[Signal's use of SGX to perform private contact discovery](https://signal.org/blog/private-contact-discovery/)
Subject: Leveraging Intel SGX to Create a Nondisclosure Cryptographic libr…
dbosk updated
4 years ago
-
Dear IPP team,
Intel SGX team has realized a sample code named **SampleEnclaveGMIPP** in SGX SDK, which realizes GM SM2/3/4 algorithms SM2 sign/verify, encrypt/decrypt, SM3 message digest, SM4 cbc/…
-
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 …
-
Hello,
During our tests, we encountered a strange error message from the enclave. We were expecting an error message containing "Destination address required" (the error message for errno 89 on Lin…