-
Did you want to specify in the documentation which packages from the SGX PSW need to be installed? For instance, the installation instructions for the SGX PSW never mention installing libsgx-uae-servi…
-
Hi,
I'm trying to Build Secure XGBoost following [https://github.com/mc2-project/secure-xgboost](url) and build fails in Step 6 when I run `make -j4`. Please find the output log file attached:
[buil…
-
```
What steps will reproduce the problem?
1. make TARGET_PRODUCT=beagle OMAPES=3.x
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what op…
-
Trying to download 10.7 recovery with:
```
.\dist\Scripts\create-virtual-machine.ps1 -name "SnowLeopard" -version 10.7 -cpu 1 -ram 4 -size 50
```
After boot I get the stop sign and the log shows:
…
-
Exchange websocket client with rustls client as soon as openfinex supports tls
Currently, there is a PR to solve https://github.com/integritee-network/worker/issues/352: https://github.com/integrit…
-
I'm try to link two projects, from which A is built on top of Open Enclave while B is built on top of SGX SDK. Specifically, B is executable and A is a library, and I want to call function `enclave_he…
-
We need to improve the support for app_config JSON files, so we can use it to specify the full configuration. Currently large parts still need to be set using environment variables for `sgx-lkl-run` b…
-
Because of the limitation of cargo, we cannot do source replacement only for deps but not build deps [1]. Therefore, you may see two kinds of work-around: `config_gen` (https://github.com/apache/incub…
mssun updated
5 years ago
-
```
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…
-
Ideally `libsgxstep` should be less tightly coupled to the Intel SGX-SDK and rely on a clean and stable interface that can be easily ported to other SDKs or libOSs, eg at least the following:
* set…