-
With SGX and WASM components developing nicely on their own, we'd like to begin bringing them together by running the Wasmtime runtime inside an SGX enclave.
While the eventual goal is to run WASI-…
-
`verify_uvm_endorsements()` checks endorsements against both internal hardcoded roots of trust, and entries in the `public:ccf.gov.nodes.snp.uvm_endorsements` map. Only attestations endorsed collatera…
-
SGX Driver compile error on Linux 4.6.0.
You can fix this problem by
https://github.com/01org/linux-sgx-driver/pull/6/commits/f7090fa5fe9320342e0abdc575f556b73fe4add4
or adjust new sgx driver.
zzoru updated
6 years ago
-
## Summary
What is the current status of KeePassXC Memory Security for 2023? Are there any open issues, milestones or project timelines already tracking this? If so, please close as duplicate.
#…
-
### Description of the feature
Gramine-SGX currently uses the [XSAVE](https://www.felixcloutier.com/x86/xsave) instruction on EEXIT and [XRSTOR](https://www.felixcloutier.com/x86/xrstor) on EENTER:
…
-
I run docker with cmd:
` docker run -d -it --device=/dev/isgx -v aesmd-socket:/var/run/aesmd --name test-sgx sgx_sample`
And get error:
Info: Please make sure SGX module is enabled in the BIOS, a…
-
Context/background: Discussion during the [invited talk at Intel](https://www.researchgate.net/publication/384800091_Vulnerabilities_in_Intel's_RA-TLS_Protocol_and_Proposed_Mitigations)
@monavij cl…
-
### Description of the feature
Intel SGX SDK's recovery code must be ported to Gramine. Kailun's team can work on this, but after the v1.8 release.
See #1972
### Why Gramine should implement it?
…
-
### Description of the feature
Looking at the gettimeofday() implementation used by gramine, there are many similarities with an implementation we did for "native" sgx apps that we develop where I wo…
-
Hi all,
I have a issue related sgx memory. Please help me to fix it.
- Before entering enclave. I printed a param master_key = 036de217f5add709d5b2bcd0b8a0714fd656b76eaa8bb698e7448394f032e59d Then …