-
Currently in our workspace, `cargo test` runs many more tests than `cargo test --all-features`. This is because most of our tests are disabled in the presence of the off-by-default "gdb" feature. But …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Replace `PROT_READ` with `PROT_NONE`, once migrating to the mainline kernel. `PROT_READ` is…
-
When an enclave crate is configured to compile with Xargo, instead of manually importing the `sgx_tstd` standard library, you randomly get the following error from some dependencies:
```
error[E06…
-
We had to split up the workspaces of the service and the rest because we had some not fixable dependency conflicts at some point between the sgx and the std world. However, as many of our crates do co…
-
I'm trying to port [rust-base58](https://github.com/nham/rust-base58) library. I see that you've ported quite a few libs in third_party but I don't see how these will be supported and updated in the l…
-
"std Aware Cargo" (https://github.com/rust-lang/wg-cargo-std-aware) is one of the most important building blocks for Teaclave SGX SDK. With this, we can build SGX enclave without worry about the compl…
mssun updated
2 years ago
-
#### Motivation
Enarx has multiple internal crates in their own repositories, which are not actively maintained. One of example of them is `mmarinus`. Replacing it with `rust-vmm/vm-meory` makes se…
-
- Feature Name: untrusted device memory
- Start Date: 2022-08-22
# Summary
[summary]: #summary
Occlum gets the untrusted memory range and registers the untrusted memory range into the SGX untr…
-
Hi!
I was trying to use the logging library within an enclave as described at https://github.com/apache/incubator-teaclave-sgx-sdk/tree/master/samplecode/logger#usage and came across the `TCSPolicy…
-
Hello,
First sorry for opening an Issue, but I did not know where to put the following (no discussion enabled?). I am opening this mostly for tracking, and to maybe help other people find this code…