-
I'm running on Ubuntu* 18.04 LTS Desktop 64bits
When I do `make deb_sgx_enclave_common_pkg` it gives me the following:
`../../../psw/ae/common/proto/messages.pb.h:12:2: error: #error This file w…
-
大佬们,我目前的机器,只有SGX1和SGX_LC,没有SGX2,请问SGX_LC 能否运行TrustedFlow里的流程?
-
Hi,
I am seeing errors when doing a bazel build or run with either redis or sqlite example that was highlighted. What could be the problem?
`bazel run :asylo_sqlite_sgx_sim
Extracting Bazel in…
-
In my QGIS Project, I'm using a Vector Tile layer.
URL: https://sgx.geodatenzentrum.de/gdz_basemapde_vektor/tiles/v1/bm_web_de_3857/{z}/{x}/{y}.pbf
Style URL: https://sgx.geodatenzentrum.de/gdz_bas…
-
5 tests are failing in sgx-lkl nightly build with SGXLKL_ETHREADS=1 ( 3 java, 1 dotnet, 1 ml/openvino)
We are disabling them with PR https://github.com/lsds/sgx-lkl/pull/801
https://github.com/ls…
-
Currently the "sgx-pck-id-retrieval-tool" RPM package installs the following files:
/opt/intel/sgx-pck-id-retrieval-tool/License.txt
/opt/intel/sgx-pck-id-retrieval-tool/PCKIDRetrievalTool
/opt/int…
-
Looking at is_sgx_available
```c
bool sgx_driver_loaded() {
// /dev/isgx is for LKM version, /dev/sgx is for in-kernel support.
return file_exists("/dev/isgx") || file_exists("/dev/sgx");
…
-
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…
-
## Description of the problem
This is an existing on-prem (Intel Nuc) system that has been used for graphene-sgx in the past. Our team is now looking to upgrade to gramine, and for the most par…
-
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…