-
現状、enclave, host の crate が同一 workspace 内に入り混じっており、feature flagの設定を考えると、トップレベルで workspace 単位で `cargo build` などしても失敗する。
これは
- rust-analyzer の動作不全
- CIにおける crate 単位でのclippy(crate追加の際に漏れがち)
などにつなが…
-
We have `HeapMaxSize` set to 10 MiB. When we try to allocate more than 10 MiB we get `SIGILL`. Is there a nice way to catch and recover from these type of rogue allocations?
cc @reuvenpo @Cashmaney
-
I think much pre-processing in the Makefile can be done with "build.rs", why don't we use most of the current Cargo tool instead of using the ancient Make toolchain? Maybe this is a stupid question, …
-
It has been almost 11 months since the next toolchain update, and we will soon be forced to update it due to other dependencies.
Hence, I would like to ask for a toolchain update. :)
-
Hello,
The SGX crates contain code derived from the Rust standard library and Apache Teaclave SGK SDK. The derivates can’t be relicensed with a GPL license.
-
In the demos of deployment, an occlum instance can be build to a docker image, when I run the image. How can I get the dcap report for this occlum instance.
I want to get the dcap report for every …
-
ind v1.1.6 (https://github.com/apache/incubator-teaclave-sgx-sdk?rev=v1.1.6#c3d82372)
Compiling hashbrown_tstd v0.12.0 (https://github.com/apache/incubator-teaclave-sgx-sdk?rev=v1.1.6#c3d82372)
…
-
Hi
I have been trying to run BlindAI server on azure DCsv3 VM by following documentation from [here](https://blindai.mithrilsecurity.io/en/latest/docs/tutorials/core/installation/). I have tried de…
-
I'm using v2.0.0-preview branch to play with demo, code snip as following:
(using sgx_types and sgx_crypto)
```rust
fn sha_hash(input: &str) -> sgx_types::error::SgxResult {
let v = match Sh…
-
The V2.0.0 preview only supports Intel's SGX SDK 2.17.1, which does not support Ubuntu 22.04. We are looking forward to supporting newer versions of Intel's SGX SDK so that we have supports to the lat…