-
Hi, as I know, "SGX Hotspots" is supproted in vtune since 2016.
I noticed that there is a piece of code of function ` __create_enclave` in psw (urts/urts_com.h), so what is the propose of this code b…
-
```
What steps will reproduce the problem?
1. make TARGET_PRODUCT=beagleboard OMAPES=3.x
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On w…
-
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…
-
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…
-
I'm attempting to package up openenclave for NixOS. I managed to get it building and running fine without LVI mitigations, but enabling them I'm running into some issues with clang.
```
openenclav…
-
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");
…
-
```
What steps will reproduce the problem?
1. Follow the instruction on wiki to download the rowboat source code
2. $ repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-eclair.xml
3. $ r…
-
```
What steps will reproduce the problem?
1. Follow the instruction on wiki to download the rowboat source code
2. $ repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-eclair.xml
3. $ r…
-
```
What steps will reproduce the problem?
1. Follow the instruction on wiki to download the rowboat source code
2. $ repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-eclair.xml
3. $ r…
-
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…