-
https://github.com/apache/incubator-teaclave-sgx-sdk/tree/master/sgx_tstd
jyao1 updated
3 years ago
-
I have deployed Teaclave based on Intel SGX and The example has been successfully run.
I also have deployed Teaclave-trustzon-sdk based on OP-TEE.
so I‘m wondering if Teaclave can be deployed base…
-
when testing on devsgx02, I get "Core Dumped"
Reproduce on tee01, in `ubuntu@...>./test-production-mode/worker` where
* Intel SGX driver: DCAP 1.41
* Intel SGX SDK and PSW: 2.14
```
git clon…
-
The goal here is to take the functionality that we need from [Algonaut](https://github.com/manuelmauro/algonaut) into a codebase that is either no-std compatible, or only use the Teaclave rust sdk's s…
-
The `edl/` and `sgx_edl/edl` folders contain the same .edl files. Why not just keep `sgx_edl/edl` and delete the `edl/` folder?
-
Switched to a new ICX server (Ubuntu 20.04.2 LTS), Identified the following issue.
```
-- Found Git: /usr/bin/git (found version "2.25.1")
-- Looking for pthread.h
-- Looking for pthread.h - found…
-
This is closely linked to #202. I decided to create a new issue, so we can discuss the specifics of TLS into the enclave, without overloading #202 even more.
In order to have an RPC interface based…
-
I am wondering if it is possible to run rusty-leveldb on top of teaclave-sgx-sdk.
Since teaclave can run rusty-leveldb as its storage service, I guess it should not be very hard to run rusty-leveldb
…
-
ENV:
```
ENV DCAP_VERSION 1.9.100.3-bionic1
ENV VERSION 2.12.100.3-bionic1
ENV SGX_DOWNLOAD_URL_BASE "https://download.01.org/intel-sgx/sgx-dcap/1.9/linux/distro/ubuntu18.04-server/"
ENV SGX_LI…
-
当我使用文档中的(cd docker && docker-compose -f docker-compose-ubuntu-1804-sgx-sim-mode.yml up --build),使用docker-compose启动Simulation Mode模式服务时,容器返回
teaclave-storage-service exited with code 139
teaclave-man…