-
https://github.com/aws/aws-nitro-enclaves-nsm-api/blob/main/docs/attestation_process.md
Section 3.3 of the page above mentioned tag 18 will be present or not according to "context". My tests using `a…
-
We aim to support the same WASM-based actors within lightweight and small TCB enclaves.
-
When trying to setup nitro-enclaves-acm in conjunction with Apache httpd it took me a large part of the day to find out the replacements for SSLCertificateKeyFile & SSLCertificateFile will not be done…
-
Once daisy-chain-boot is implemented, an enclave could be rebooted programatically. For example, once an enclave completes a sensitive action it can reboot itself and make a daisy-chain-boot request t…
-
```
sudo ./sgx-detect --verbose
[sudo] password for administrator:
Detecting SGX, this may take a minute...
✔ SGX instruction set
✔ CPU support
✔ CPU configuration
✔ Enclave attribut…
-
## Description of the problem
One of the cloud use cases is to modularize secure applications running in a system into different enclaves. This is to minimize the TCB and thereby reduce loss if som…
-
I'm getting errors when build on an EC2, am I missing anything? I'm following https://github.com/aws/aws-nitro-enclaves-sdk-c/tree/main/bin/kmstool-enclave-cli
```
./kmstool_enclave_cli
Fatal err…
-
Windows 10 TH2 ("1511") (xref #1825) has added system calls involving "enclaves".
Xref WinAPI routines like InitializeEnclave:
https://msdn.microsoft.com/en-us/library/windows/desktop/mt592869(v=vs.8…
-
After a lot of vsock traffic, an enclave may run out of memory and start killing processes.
agraf updated
4 months ago
-
Currently OE uses the cmake variable `ADD_WINDOWS_ENCLAVE_TESTS` to inform the build system whether the enclave binaries are pre-built in the linux environment or not. This is a bit redundant as OE ha…