-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
SGX_IOC_ENCLAVE_RESTRICT_PERMISSIONS has to be called from the enclave, which beans that SGX backe…
-
Hi, I have a non FLC machine and trying to run aesm-service.
This host was able to run SGX enclaves before. Can I get any help
I run below command to start `aesm-service`.
`sudo LD_LIBRARY_PA…
-
I use the two-step signing process to sign my enclave, the makefile is :
$(Signed_Enclave_Name): $(Enclave_Name)
@$(SGX_ENCLAVE_SIGNER) gendata -enclave $(Enclave_Name) -config $(Enclave_Config_Fil…
-
If,
Could you please give me some help on fixing the following issue? Thanks very much.
```
:myproxy-v33/sgx-mprotect$ LD_PRELOAD=~/Desktop/sgx-perf-master/build/lib/libloggersim.so ./App_exe …
-
Problem:
Vault cannot keep confidentiality when the data processing in the memory, especially for those sensitive keys or secrets.
Proposals:
Intel SGX provides an isolated enclave with encrypted…
-
### Description of the problem
We have an issue with multi-process file system access. Tested with 1.3.1 and also with master branch. Also tested with both chroot and encrypted mounts.
Problem …
-
## Feature Request
Nats is a tremendously useful service and it would be even more useful if it were possible to run it in an SGX enclave. This would allow to verify that the server is genuine and …
-
As the title says, Secure Enclaves with Azure Databases appears to be unsupported at this time. It would be a great benefit to support Secure Enclaves for sqlcmd queries for those of us using this fea…
-
we could use `oe_create_enclave` to create a new enclave, it needs enclave.so file path as its argument. my question is there an other way to create an enclave by memory buffer, while not a file path.…
-
* actix-webにより、基本的なgraceful shutdown機能は提供されている(https://github.com/actix/actix-website/blob/master/content/docs/server.md#graceful-shutdown)
* 一方、別途 enclaveのdestroyもshutdown時に実行する必要がある(`sgx_destroy_en…