volcano
volcano
@celaus @xu-cheng I plan to upgrade the rust toolchain on the `v1.1.4-testing` branch soon.
> though our initial PoC works, it has problem with ld from LLVM9, which optimizes out ctors. related issues: mmastrac/rust-ctor#27 mmastrac/rust-ctor#43 Regarding the # [ctros] link issue, unused symbols are...
In your example, assigning the value of `env` to `sgx` dose work, but in some crates that depend on `libc`, it may cause the detection `target_env` to fail. For the...
I will upgrade the rust version for the SDK as soon as possible.I plan to upgrade to `rust-nightly-2022-02-23`.
@hiroki-chen Thank you for using teaclave-sgx-sdk. I plan to upgrade the Rust toolchain this month.
Yes, because sgx_ocalloc allocates memory on the outside stack. Therefore, the size of the transfer buffer between enclave and untrusted memory using ocall is limited by the outside stack size....
It's OK.
@PiDelport sorry for the late upgrade. I 'v upgraded the SDK to support rust-nightly-2021-09-13, and the updated vesion is `1.1.4.` The latest SDK has been pushed to `v1.1.4-testing` branch. Any...
@brenzi SDK has been upgraded.
@sbellem - The `master` branch fully supports Intel sgx sdk 2.14. The rust-toolchain is `nightly-2020-10-25`.(The `master` branch can also be compiled with `rust-nightly-2020-03-30)` - The `v1.1.4-testing` branch fully supports Intel...