-
### Motivation & problem statement
Current rust version is `nightly-2020-10-25`. It is two years behind `nightly-2022-10-22` that is supported by [Teaclave SGX SDK](https://github.com/apache/incuba…
-
I remember the intel SGX SDK supports simulator mode without SGX environment. This makes it easier to develop. But this project seems like not support it
-
When I compiled sgx_unwind I encountered some errors, here is the configuration of my machine, I hope you can help solve it, thank you very much.
OS:ubuntu 20.04
Rust : rustc 1.61.0-nightly (458262…
-
Build fails because libraries are missing:
```
#15 1468.7 /usr/bin/ld: cannot find -lsgx_dcap_ql
#15 1468.7 /usr/bin/ld: cannot find -lsgx_dcap_quoteverify
```
-
Currently, a patch to a teaclave fork is needed to force mesalock libraries use the new teaclave version 1.1.4. These should be removes as soon as teaclave publishes it's new revison:
https://githu…
-
### Problem:
the current toolchain (`nightly-2022-03-10`) seems a bit old to compile `polkadot-v0.9.28` cumulus dependencies. It complains about "unstable library feature" when compiling the worker…
-
In many places we simply import the `sgx_crypto_helper` like this:
```
sgx_crypto_helper = { default-features = false, version = "1.1.5", git = "https://github.com/apache/incubator-teaclave-sgx-sd…
-
Ok, so first rust for me.
I have a build of all of the go components for v1 working, but I cheated.
Some thing that has always concerned me about CW is that we use old versions of rust but for…
-
[CVE-2020-0551](https://software.intel.com/security-software-guidance/software-guidance/load-value-injection) | [Mitigation Guide](https://software.intel.com/security-software-guidance/insights/deep-d…
-
Trying to debug the enclave I get the same error as described here: https://github.com/intel/linux-sgx/issues/533
According to the answer we would have to install these depencencies in order for debu…