-
In latest enarx_slides_2020-12.pdf, if user wants to use Intel SGX within Enarx, the command is as below:
$target/x86_64-unknown-linux-musl/debug/enarx-keep-sgx --shim target/x86_64-unknown-linux-mu…
-
**Problem**
I have `rustup` 1.20.2 installed with `complete` profile.
When I try to do:
```sh
rustup component add rust-src
```
I get the following error:
```
error: component 'rust-src'…
-
HI! I was trying to install fortanix-sgx-tools on Linux 18.04 LTS using command
`cargo install fortanix-sgx-tools sgxs-tools`
I strictly followed the instruction https://edp.fortanix.com/docs/inst…
-
please update the example:usercall-extension,
```
./test.sh
Updating `git://mirrors.ustc.edu.cn/crates.io-index` index
error: failed to select a version for the requirement `aesm-client = "^0…
-
Seeing `"rootlessport listen tcp 0.0.0.0:8000: bind: address already in use"` when I run crm_rebuild_wrapper. This could be due to an issue with how I handle shutdown signals in the rust service, or i…
-
I added a built-in function that requires a third-party library, but I reported an error when compiling.
![image](https://user-images.githubusercontent.com/30582212/97081619-1e759700-1636-11eb-9aaf…
-
**Problem**
My project is getting an "updating crates.io" index on every build, even no-op ones, which is mildly annoying as it slows down builds and is unkind to the GitHub API.
**Steps**
…
-
**Requested feature**
Should we rename the Rust crates so the names are more descriptive of what the crate does?
**Motivation**
When the project started, we named the crates after Mexican states. T…
-
Hello,
I'd like to suggest the removal of `ring` as a dependency all-together. That also includes rustls and webpki. (rustls is used by the websocket transport)
Why:
- Because I don't see a point…
-
Currently, the SGX Layout struct is defined in two places. This is because the `enarx-keep-sgx-shim` uses `u64` and `enarx-keep-sgx` uses `usize`. This can be fixed with the aid of the new `memory` cr…