-
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…
-
# Background
I follow the instructions [here](https://github.com/intel/linux-sgx/tree/f656e74afd6ecdbdc2d7397db7ebd46d8cf46ca6/docker/build) to build docker images, but it fails with error `fatal: no…
-
I use the demo "helloworld" and add a thread in it,but there is an error.
```c++
#include
#include "Enclave_t.h"
void* test(void *arg){
ocall_print_string("123\n");
}
void ecall_hello(void){…
-
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…
-
Hello. When I use this command : `make deb_psw_pkg DEBUG=1`, I meet the error below :
dpkg-buildpackage: info: source package sgx-aesm-service
dpkg-buildpackage: info: source version 2.17.101.1-…
-
I compiled the sample code SampleCode/LocalAttestation in hardware mode and ran it with error listed below(it runs ok when compiled in SIMULATION mode).
OS version:4.15.0-122-generic #124-Ubuntu …
-
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…
-
I'm trying to compile hello_world on an Ubuntu 18.04 with the manual installation instructions provided in INSTALL.md. Is the config option still supported? I keep getting an error while compiling sgx…
-
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…
-
We have several functions that were work-arounds for missing features that are now fixed. These have complicated some of the code cleanup, as seen in #815, where we're adding code to support these ha…