-
```
What steps will reproduce the problem?
1. make TARGET_PRODUCT=beagle OMAPES=3.x
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what op…
-
When EDMM is enabled, EPC can be allocated by the application. That means previous resource hard limits are no more necessary.
Env
```
NETTY_THREAD
SGX_THREAD
SGX_HEAP
SGX_KERNEL_HEAP
SGX_MEM…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
* When enabled, ERESUME jumps to the entry point with a fresh SSA.
* Enclave calls EDECCSSA…
-
-
When running `cargo test --target x86_64-fortanix-unknown-sgx` on an SGX-capable machine, I either get a segfault or a test hanging indefinitely, e.g.
```
$ git status
HEAD detached at 0.12.1
$ c…
-
We currently have no support for handling signals. The current behavior is that we simply terminate. This is actually mostly reasonable behavior because signals are generally horrible. However, we mig…
-
CCF today returns responses as soon as they become available, before consensus has been achieved. It is then the responsibility of the user to [check that they do commit eventually](https://microsoft.…
-
### Describe the feature
Turbo Settings
"Turbo Hotkey Mode"
{ "disabled" },
{ "toggle", "Toggle" },
{ "always", "Dedicated" }
dedicated (hold to use) turbo buttons
"Alternate Turbo Hotke…
-
```
sudo ./sgx-detect --verbose
[sudo] password for administrator:
Detecting SGX, this may take a minute...
✔ SGX instruction set
✔ CPU support
✔ CPU configuration
✔ Enclave attribut…
-
Hello together,
i am install sgxsdk in /opt/intel/,and i can run SampleEnclave\LocalAttestation in HW mode finish.but i can't run RemoteAttestation in HW mode. i think the problem is happen in sgxp…