-
Hello, I have recently been researching blockchain privacy protection based on Trusted Execution Environment (SGX), can teaclava be a complete replacement for SGX SDK, and what are the advantages over…
-
Hey,
I'm trying to migrate our code to ubuntu 20.04 with gcc9.3 to take advantage of the LVI mitigations, but when I try to build the code (in a docker that uses `baiduxlab/sgx-rust:2004-1.1.2` as …
-
Does the SGX SDK v2.0 currently support Remote Attestation?
Since the examples for remote attestation are not yet ported, i was wondering if there are still some missing pieces in the sdk.
-
There are just so many benefits that would come with the teaclave v2.0.0, we should try to migrate soon.
However, it is not completely stable yet: https://github.com/apache/incubator-teaclave-sgx-s…
-
Hey guys, trying to compile the same code that depended on 1.1.2 now fails
```
version. This may also occur with an optional dependency that is not enabled.
Compiling sgx_signal v1.1.2 (https:…
-
See https://github.com/apache/incubator-teaclave-sgx-sdk/issues/52 and https://gitter.im/rust-sgx-sdk/community?at=5f6a836a8fe6f11963558a58
-
I'm using the branch `v2.0.0-preview-11-17`, creating Rsa3072KeyPair works for `tcrypto` feature (within enclave) but not with `ucrypto` for non-enclave.
It can be reproduced by:
```
use sgx_cryp…
-
I am working on building the community of Teaclave. I think it's a good time to have a list of:
- companies who are using Teaclave/Teaclave SGX SDK
- open source projects depends on Teaclave/Tea…
-
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…
-
Hello, I want to do research on blockchain privacy protection based on trusted execution environment, and selected blockchain as fabric, can teaclave support writing trusted applications in java langu…